#CABE8D

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

Shades of Winter Hazel #CABE8D

Tints of Winter Hazel #CABE8D

Color information

#CABE8D (or 0xCABE8D) is unknown color: approx Winter Hazel. HEX triplet: CA, BE and 8D. RGB value is (202,190,141). Sum of RGB (Red+Green+Blue) = 202+190+141=533 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.90% from 533); Green value is 190 (74.61% from 255 or 35.65% from 533); Blue value is 141 (55.47% from 255 or 26.45% from 533); Max value from RGB is 202 - color contains mainly: red. Hex color #CABE8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABE8D is #354172. Grayscale: #BCBCBC. Windows color (decimal): -3490163 or 9289418. OLE color: 9289418.

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

Color convert

RGB202190141-
CMYK00.060.300.21
HSL48.2º36.53%67.25%-
HSV(B)48.2º30.2%79.22%-
XYZ47.5851.3132.59-
YUV188101.48137.98-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.90%
GREEN value IS 190 (74.61% from 255) = 35.65%
BLUE value IS 141 (55.47% from 255) = 26.45%
R=37.90%
G=35.65%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219014100.060.300.2148.236.5367.25
HexCABE8D061E15302543
Octal3122762150636256045103
Binary110010101011111010001101011011110101011100001001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABE8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABE8D; }

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

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

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

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

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

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

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

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