#CABF78

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

Shades of Winter Hazel #CABF78

Tints of Winter Hazel #CABF78

Color information

#CABF78 (or 0xCABF78) is unknown color: approx Winter Hazel. HEX triplet: CA, BF and 78. RGB value is (202,191,120). Sum of RGB (Red+Green+Blue) = 202+191+120=513 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.38% from 513); Green value is 191 (75% from 255 or 37.23% from 513); Blue value is 120 (47.27% from 255 or 23.39% from 513); Max value from RGB is 202 - color contains mainly: red. Hex color #CABF78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABF78 is #354087. Grayscale: #BABABA. Windows color (decimal): -3489928 or 7913418. OLE color: 7913418.

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

Color convert

RGB202191120-
CMYK00.050.410.21
HSL51.95º43.62%63.14%-
HSV(B)51.95º40.59%79.22%-
XYZ46.3851.1725.2-
YUV186.290.64139.27-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.38%
GREEN value IS 191 (75% from 255) = 37.23%
BLUE value IS 120 (47.27% from 255) = 23.39%
R=39.38%
G=37.23%
B=23.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.41
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219112000.050.410.2151.9543.6263.14
HexCABF78052915342c3f
Octal312277170055125645477
Binary11001010101111111111000010110100110101110100101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABF78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABF78; }

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

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

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

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

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

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

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

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