#CBC57A

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

Shades of Winter Hazel #CBC57A

Tints of Winter Hazel #CBC57A

Color information

#CBC57A (or 0xCBC57A) is unknown color: approx Winter Hazel. HEX triplet: CB, C5 and 7A. RGB value is (203,197,122). Sum of RGB (Red+Green+Blue) = 203+197+122=522 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.89% from 522); Green value is 197 (77.34% from 255 or 37.74% from 522); Blue value is 122 (48.05% from 255 or 23.37% from 522); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC57A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC57A is #343A85. Grayscale: #BEBEBE. Windows color (decimal): -3422854 or 8046027. OLE color: 8046027.

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

Color convert

RGB203197122-
CMYK00.030.400.20
HSL55.56º43.78%63.73%-
HSV(B)55.56º39.9%79.61%-
XYZ48.1154.0326.31-
YUV190.2489.49137.1-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.89%
GREEN value IS 197 (77.34% from 255) = 37.74%
BLUE value IS 122 (48.05% from 255) = 23.37%
R=38.89%
G=37.74%
B=23.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319712200.030.400.2055.5643.7863.73
HexCBC57A032814382c40
Octal3133051720350247054100
Binary11001011110001011111010011101000101001110001011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC57A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC57A; }

 p { color: rgb(203,197,122); }

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

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

 a { background-color: rgb(203,197,122); }

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

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

 span { border-color: rgb(203,197,122); }

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