#CB9C3C

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

Shades of Anzac #CB9C3C

Tints of Anzac #CB9C3C

Color information

#CB9C3C (or 0xCB9C3C) is unknown color: approx Anzac. HEX triplet: CB, 9C and 3C. RGB value is (203,156,60). Sum of RGB (Red+Green+Blue) = 203+156+60=419 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.45% from 419); Green value is 156 (61.33% from 255 or 37.23% from 419); Blue value is 60 (23.83% from 255 or 14.32% from 419); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9C3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9C3C is #3463C3. Grayscale: #9F9F9F. Windows color (decimal): -3433412 or 3972299. OLE color: 3972299.

HSL color Cylindrical-coordinate representation of color #CB9C3C: hue angle of 40.28º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CB9C3C is Cyan = 0, Magento = 0.23, Yellow = 0.70 and Black (K on CMYK) = 0.20.

Color convert

RGB20315660-
CMYK00.230.700.20
HSL40.28º57.89%51.57%-
HSV(B)40.28º70.44%79.61%-
XYZ37.3336.89.41-
YUV159.1172.07159.31-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 48.45%
GREEN value IS 156 (61.33% from 255) = 37.23%
BLUE value IS 60 (23.83% from 255) = 14.32%
R=48.45%
G=37.23%
B=14.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.70
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031566000.230.700.2040.2857.8951.57
HexCB9C3C0174614283a34
Octal3132347402710624507264
Binary1100101110011100111100010111100011010100101000111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9C3C; }

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

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

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

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

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

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

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

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