#CB9C21

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

Shades of Galliano #CB9C21

Tints of Galliano #CB9C21

Color information

#CB9C21 (or 0xCB9C21) is unknown color: approx Galliano. HEX triplet: CB, 9C and 21. RGB value is (203,156,33). Sum of RGB (Red+Green+Blue) = 203+156+33=392 (51% of max value = 765). Red value is 203 (79.69% from 255 or 51.79% from 392); Green value is 156 (61.33% from 255 or 39.80% from 392); Blue value is 33 (13.28% from 255 or 8.42% from 392); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9C21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9C21 is #3463DE. Grayscale: #9C9C9C. Windows color (decimal): -3433439 or 2202827. OLE color: 2202827.

HSL color Cylindrical-coordinate representation of color #CB9C21: hue angle of 43.41º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CB9C21 is Cyan = 0, Magento = 0.23, Yellow = 0.84 and Black (K on CMYK) = 0.20.

Color convert

RGB20315633-
CMYK00.230.840.20
HSL43.41º72.03%46.27%-
HSV(B)43.41º83.74%79.61%-
XYZ36.7936.586.56-
YUV156.0358.57161.5-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 51.79%
GREEN value IS 156 (61.33% from 255) = 39.80%
BLUE value IS 33 (13.28% from 255) = 8.42%
R=51.79%
G=39.80%
B=8.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.84
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031563300.230.840.2043.4172.0346.27
HexCB9C2101754142b482e
Octal31323441027124245311056
Binary11001011100111001000010101111010100101001010111001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9C21; }

 p { color: rgb(203,156,33); }

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

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

 a { background-color: rgb(203,156,33); }

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

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

 span { border-color: rgb(203,156,33); }

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