#CBC58F

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

Shades of Winter Hazel #CBC58F

Tints of Winter Hazel #CBC58F

Color information

#CBC58F (or 0xCBC58F) is unknown color: approx Winter Hazel. HEX triplet: CB, C5 and 8F. RGB value is (203,197,143). Sum of RGB (Red+Green+Blue) = 203+197+143=543 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.38% from 543); Green value is 197 (77.34% from 255 or 36.28% from 543); Blue value is 143 (56.25% from 255 or 26.34% from 543); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC58F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC58F is #343A70. Grayscale: #C0C0C0. Windows color (decimal): -3422833 or 9422283. OLE color: 9422283.

HSL color Cylindrical-coordinate representation of color #CBC58F: hue angle of 54º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CBC58F is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB203197143-
CMYK00.030.300.20
HSL54º36.59%67.84%-
HSV(B)54º29.56%79.61%-
XYZ49.5554.6133.92-
YUV192.6499.99135.39-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.38%
GREEN value IS 197 (77.34% from 255) = 36.28%
BLUE value IS 143 (56.25% from 255) = 26.34%
R=37.38%
G=36.28%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319714300.030.300.205436.5967.84
HexCBC58F031E14362544
Octal3133052170336246645104
Binary11001011110001011000111101111110101001101101001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC58F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC58F; }

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

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

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

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

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

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

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

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