#CABF8A

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

Shades of Winter Hazel #CABF8A

Tints of Winter Hazel #CABF8A

Color information

#CABF8A (or 0xCABF8A) is unknown color: approx Winter Hazel. HEX triplet: CA, BF and 8A. RGB value is (202,191,138). Sum of RGB (Red+Green+Blue) = 202+191+138=531 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.04% from 531); Green value is 191 (75% from 255 or 35.97% from 531); Blue value is 138 (54.30% from 255 or 25.99% from 531); Max value from RGB is 202 - color contains mainly: red. Hex color #CABF8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABF8A is #354075. Grayscale: #BCBCBC. Windows color (decimal): -3489910 or 9093066. OLE color: 9093066.

HSL color Cylindrical-coordinate representation of color #CABF8A: hue angle of 49.69º 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 #CABF8A is Cyan = 0, Magento = 0.05, Yellow = 0.32 and Black (K on CMYK) = 0.21.

Color convert

RGB202191138-
CMYK00.050.320.21
HSL49.69º37.65%66.67%-
HSV(B)49.69º31.68%79.22%-
XYZ47.5851.6531.51-
YUV188.2599.64137.81-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.04%
GREEN value IS 191 (75% from 255) = 35.97%
BLUE value IS 138 (54.30% from 255) = 25.99%
R=38.04%
G=35.97%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219113800.050.320.2149.6937.6566.67
HexCABF8A052015322643
Octal3122772120540256246103
Binary1100101010111111100010100101100000101011100101001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABF8A; }

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

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

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

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

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

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

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

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