#CABE8A

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

Shades of Winter Hazel #CABE8A

Tints of Winter Hazel #CABE8A

Color information

#CABE8A (or 0xCABE8A) is unknown color: approx Winter Hazel. HEX triplet: CA, BE and 8A. RGB value is (202,190,138). Sum of RGB (Red+Green+Blue) = 202+190+138=530 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.11% from 530); Green value is 190 (74.61% from 255 or 35.85% from 530); Blue value is 138 (54.30% from 255 or 26.04% from 530); Max value from RGB is 202 - color contains mainly: red. Hex color #CABE8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABE8A is #354175. Grayscale: #BBBBBB. Windows color (decimal): -3490166 or 9092810. OLE color: 9092810.

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

Color convert

RGB202190138-
CMYK00.060.320.21
HSL48.75º37.65%66.67%-
HSV(B)48.75º31.68%79.22%-
XYZ47.3651.2231.43-
YUV187.6699.98138.23-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.11%
GREEN value IS 190 (74.61% from 255) = 35.85%
BLUE value IS 138 (54.30% from 255) = 26.04%
R=38.11%
G=35.85%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219013800.060.320.2148.7537.6566.67
HexCABE8A062015312643
Octal3122762120640256146103
Binary1100101010111110100010100110100000101011100011001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABE8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABE8A; }

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

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

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

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

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

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

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

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