#CBC07F

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

Shades of Winter Hazel #CBC07F

Tints of Winter Hazel #CBC07F

Color information

#CBC07F (or 0xCBC07F) is unknown color: approx Winter Hazel. HEX triplet: CB, C0 and 7F. RGB value is (203,192,127). Sum of RGB (Red+Green+Blue) = 203+192+127=522 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.89% from 522); Green value is 192 (75.39% from 255 or 36.78% from 522); Blue value is 127 (50% from 255 or 24.33% from 522); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC07F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC07F is #343F80. Grayscale: #BCBCBC. Windows color (decimal): -3424129 or 8372427. OLE color: 8372427.

HSL color Cylindrical-coordinate representation of color #CBC07F: hue angle of 51.32º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CBC07F is Cyan = 0, Magento = 0.05, Yellow = 0.37 and Black (K on CMYK) = 0.20.

Color convert

RGB203192127-
CMYK00.050.370.20
HSL51.32º42.22%64.71%-
HSV(B)51.32º37.44%79.61%-
XYZ47.3151.9327.61-
YUV187.8893.64138.79-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.89%
GREEN value IS 192 (75.39% from 255) = 36.78%
BLUE value IS 127 (50% from 255) = 24.33%
R=38.89%
G=36.78%
B=24.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.37
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319212700.050.370.2051.3242.2264.71
HexCBC07F052514332a41
Octal3133001770545246352101
Binary110010111100000011111110101100101101001100111010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC07F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC07F; }

 p { color: rgb(203,192,127); }

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

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

 a { background-color: rgb(203,192,127); }

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

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

 span { border-color: rgb(203,192,127); }

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