#CABE80

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

Shades of Winter Hazel #CABE80

Tints of Winter Hazel #CABE80

Color information

#CABE80 (or 0xCABE80) is unknown color: approx Winter Hazel. HEX triplet: CA, BE and 80. RGB value is (202,190,128). Sum of RGB (Red+Green+Blue) = 202+190+128=520 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.85% from 520); Green value is 190 (74.61% from 255 or 36.54% from 520); Blue value is 128 (50.39% from 255 or 24.62% from 520); Max value from RGB is 202 - color contains mainly: red. Hex color #CABE80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABE80 is #35417F. Grayscale: #BABABA. Windows color (decimal): -3490176 or 8437450. OLE color: 8437450.

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

Color convert

RGB202190128-
CMYK00.060.370.21
HSL50.27º41.11%64.71%-
HSV(B)50.27º36.63%79.22%-
XYZ46.6750.9427.8-
YUV186.5294.98139.04-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.85%
GREEN value IS 190 (74.61% from 255) = 36.54%
BLUE value IS 128 (50.39% from 255) = 24.62%
R=38.85%
G=36.54%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.37
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219012800.060.370.2150.2741.1164.71
HexCABE80062515322941
Octal3122762000645256251101
Binary1100101010111110100000000110100101101011100101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABE80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABE80; }

 p { color: rgb(202,190,128); }

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

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

 a { background-color: rgb(202,190,128); }

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

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

 span { border-color: rgb(202,190,128); }

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