#CBBF7F

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

Shades of Winter Hazel #CBBF7F

Tints of Winter Hazel #CBBF7F

Color information

#CBBF7F (or 0xCBBF7F) is unknown color: approx Winter Hazel. HEX triplet: CB, BF and 7F. RGB value is (203,191,127). Sum of RGB (Red+Green+Blue) = 203+191+127=521 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.96% from 521); Green value is 191 (75% from 255 or 36.66% from 521); Blue value is 127 (50% from 255 or 24.38% from 521); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBF7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBBF7F is #344080. Grayscale: #BBBBBB. Windows color (decimal): -3424385 or 8372171. OLE color: 8372171.

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

Color convert

RGB203191127-
CMYK00.060.370.20
HSL50.53º42.22%64.71%-
HSV(B)50.53º37.44%79.61%-
XYZ47.0951.4927.54-
YUV187.2993.98139.2-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.96%
GREEN value IS 191 (75% from 255) = 36.66%
BLUE value IS 127 (50% from 255) = 24.38%
R=38.96%
G=36.66%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.37
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319112700.060.370.2050.5342.2264.71
HexCBBF7F062514332a41
Octal3132771770645246352101
Binary110010111011111111111110110100101101001100111010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBF7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBF7F; }

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

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

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

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

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

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

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

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