#CBC47C

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

Shades of Winter Hazel #CBC47C

Tints of Winter Hazel #CBC47C

Color information

#CBC47C (or 0xCBC47C) is unknown color: approx Winter Hazel. HEX triplet: CB, C4 and 7C. RGB value is (203,196,124). Sum of RGB (Red+Green+Blue) = 203+196+124=523 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.81% from 523); Green value is 196 (76.95% from 255 or 37.48% from 523); Blue value is 124 (48.83% from 255 or 23.71% from 523); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC47C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC47C is #343B83. Grayscale: #BEBEBE. Windows color (decimal): -3423108 or 8176843. OLE color: 8176843.

HSL color Cylindrical-coordinate representation of color #CBC47C: hue angle of 54.68º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CBC47C is Cyan = 0, Magento = 0.03, Yellow = 0.39 and Black (K on CMYK) = 0.20.

Color convert

RGB203196124-
CMYK00.030.390.20
HSL54.68º43.17%64.12%-
HSV(B)54.68º38.92%79.61%-
XYZ48.0153.6326.89-
YUV189.8890.82137.35-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.81%
GREEN value IS 196 (76.95% from 255) = 37.48%
BLUE value IS 124 (48.83% from 255) = 23.71%
R=38.81%
G=37.48%
B=23.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.39
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319612400.030.390.2054.6843.1764.12
HexCBC47C032714372b40
Octal3133041740347246753100
Binary11001011110001001111100011100111101001101111010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC47C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC47C; }

 p { color: rgb(203,196,124); }

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

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

 a { background-color: rgb(203,196,124); }

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

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

 span { border-color: rgb(203,196,124); }

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