#CABF83

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

Shades of Winter Hazel #CABF83

Tints of Winter Hazel #CABF83

Color information

#CABF83 (or 0xCABF83) is unknown color: approx Winter Hazel. HEX triplet: CA, BF and 83. RGB value is (202,191,131). Sum of RGB (Red+Green+Blue) = 202+191+131=524 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.55% from 524); Green value is 191 (75% from 255 or 36.45% from 524); Blue value is 131 (51.56% from 255 or 25% from 524); Max value from RGB is 202 - color contains mainly: red. Hex color #CABF83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABF83 is #35407C. Grayscale: #BBBBBB. Windows color (decimal): -3489917 or 8634314. OLE color: 8634314.

HSL color Cylindrical-coordinate representation of color #CABF83: hue angle of 50.7º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CABF83 is Cyan = 0, Magento = 0.05, Yellow = 0.35 and Black (K on CMYK) = 0.21.

Color convert

RGB202191131-
CMYK00.050.350.21
HSL50.7º40.11%65.29%-
HSV(B)50.7º35.15%79.22%-
XYZ47.0851.4628.92-
YUV187.4596.14138.38-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.55%
GREEN value IS 191 (75% from 255) = 36.45%
BLUE value IS 131 (51.56% from 255) = 25%
R=38.55%
G=36.45%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.35
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219113100.050.350.2150.740.1165.29
HexCABF83052315332841
Octal3122772030543256350101
Binary1100101010111111100000110101100011101011100111010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABF83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABF83; }

 p { color: rgb(202,191,131); }

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

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

 a { background-color: rgb(202,191,131); }

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

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

 span { border-color: rgb(202,191,131); }

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