#CC9B27

Color #CC9B27 Galliano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Galliano #CC9B27

Tints of Galliano #CC9B27

Color information

#CC9B27 (or 0xCC9B27) is unknown color: approx Galliano. HEX triplet: CC, 9B and 27. RGB value is (204,155,39). Sum of RGB (Red+Green+Blue) = 204+155+39=398 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.26% from 398); Green value is 155 (60.94% from 255 or 38.94% from 398); Blue value is 39 (15.62% from 255 or 9.80% from 398); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9B27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9B27 is #3364D8. Grayscale: #9C9C9C. Windows color (decimal): -3368153 or 2595788. OLE color: 2595788.

HSL color Cylindrical-coordinate representation of color #CC9B27: hue angle of 42.18º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CC9B27 is Cyan = 0, Magento = 0.24, Yellow = 0.81 and Black (K on CMYK) = 0.2.

Color convert

RGB20415539-
CMYK00.240.810.2
HSL42.18º67.9%47.65%-
HSV(B)42.18º80.88%80%-
XYZ36.9936.437-
YUV156.4361.73161.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 51.26%
GREEN value IS 155 (60.94% from 255) = 38.94%
BLUE value IS 39 (15.62% from 255) = 9.80%
R=51.26%
G=38.94%
B=9.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.81
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041553900.240.810.242.1867.947.65
HexCC9B2701851142a4430
Octal31423347030121245210460
Binary11001100100110111001110110001010001101001010101000100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9B27; }

 p { color: rgb(204,155,39); }

 H1.HeaderClassName
 {
   color: #CC9B27;
 }
 .AnyTagClassName
 {
   color: #CC9B27;
 }
</style>
background-color css

<style>
 a { background-color: #CC9B27; }

 a { background-color: rgb(204,155,39); }

 div.DivClassName
 {
   background-color: #CC9B27;
 }
 .BgClassName
 {
   background-color: #CC9B27;
 }
</style>
border-color css

<style>
 span { border-color: #CC9B27; }

 span { border-color: rgb(204,155,39); }

 td.TdClassName
 {
   border-color: #CC9B27;
 }
 .TagClassName
 {
   border-color: #CC9B27;
 }
</style>