#CABF7E

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

Shades of Winter Hazel #CABF7E

Tints of Winter Hazel #CABF7E

Color information

#CABF7E (or 0xCABF7E) is unknown color: approx Winter Hazel. HEX triplet: CA, BF and 7E. RGB value is (202,191,126). Sum of RGB (Red+Green+Blue) = 202+191+126=519 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.92% from 519); Green value is 191 (75% from 255 or 36.80% from 519); Blue value is 126 (49.61% from 255 or 24.28% from 519); Max value from RGB is 202 - color contains mainly: red. Hex color #CABF7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABF7E is #354081. Grayscale: #BBBBBB. Windows color (decimal): -3489922 or 8306634. OLE color: 8306634.

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

Color convert

RGB202191126-
CMYK00.050.380.21
HSL51.32º41.76%64.31%-
HSV(B)51.32º37.62%79.22%-
XYZ46.7551.3227.18-
YUV186.8893.64138.79-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.92%
GREEN value IS 191 (75% from 255) = 36.80%
BLUE value IS 126 (49.61% from 255) = 24.28%
R=38.92%
G=36.80%
B=24.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.38
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219112600.050.380.2151.3241.7664.31
HexCABF7E052615332a40
Octal3122771760546256352100
Binary110010101011111111111100101100110101011100111010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABF7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABF7E; }

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

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

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

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

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

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

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

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