#CBC37F

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

Shades of Winter Hazel #CBC37F

Tints of Winter Hazel #CBC37F

Color information

#CBC37F (or 0xCBC37F) is unknown color: approx Winter Hazel. HEX triplet: CB, C3 and 7F. RGB value is (203,195,127). Sum of RGB (Red+Green+Blue) = 203+195+127=525 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.67% from 525); Green value is 195 (76.56% from 255 or 37.14% from 525); Blue value is 127 (50% from 255 or 24.19% from 525); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC37F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC37F is #343C80. Grayscale: #BDBDBD. Windows color (decimal): -3423361 or 8373195. OLE color: 8373195.

HSL color Cylindrical-coordinate representation of color #CBC37F: hue angle of 53.68º 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 #CBC37F is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.20.

Color convert

RGB203195127-
CMYK00.040.370.20
HSL53.68º42.22%64.71%-
HSV(B)53.68º37.44%79.61%-
XYZ47.9753.2627.83-
YUV189.6492.65137.53-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.67%
GREEN value IS 195 (76.56% from 255) = 37.14%
BLUE value IS 127 (50% from 255) = 24.19%
R=38.67%
G=37.14%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.37
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319512700.040.370.2053.6842.2264.71
HexCBC37F042514362a41
Octal3133031770445246652101
Binary110010111100001111111110100100101101001101101010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC37F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC37F; }

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

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

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

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

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

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

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

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