#CACF88

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

Shades of Deco #CACF88

Tints of Deco #CACF88

Color information

#CACF88 (or 0xCACF88) is unknown color: approx Deco. HEX triplet: CA, CF and 88. RGB value is (202,207,136). Sum of RGB (Red+Green+Blue) = 202+207+136=545 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.06% from 545); Green value is 207 (81.25% from 255 or 37.98% from 545); Blue value is 136 (53.52% from 255 or 24.95% from 545); Max value from RGB is 207 - color contains mainly: green. Hex color #CACF88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CACF88 is #353077. Grayscale: #C5C5C5. Windows color (decimal): -3485816 or 8966090. OLE color: 8966090.

HSL color Cylindrical-coordinate representation of color #CACF88: hue angle of 64.23º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CACF88 is Cyan = 0.02, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.19.

Color convert

RGB202207136-
CMYK0.0200.340.19
HSL64.23º42.51%67.25%-
HSV(B)64.23º34.3%81.18%-
XYZ51.1158.9631.98-
YUV197.4193.34131.27-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.06%
GREEN value IS 207 (81.25% from 255) = 37.98%
BLUE value IS 136 (53.52% from 255) = 24.95%
R=37.06%
G=37.98%
B=24.95%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2022071360.0200.340.1964.2342.5167.25
HexCACF88202213402b43
Octal31231721020422310053103
Binary1100101011001111100010001001000101001110000001010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACF88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACF88; }

 p { color: rgb(202,207,136); }

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

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

 a { background-color: rgb(202,207,136); }

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

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

 span { border-color: rgb(202,207,136); }

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