#CAD795

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

Shades of Deco #CAD795

Tints of Deco #CAD795

Color information

#CAD795 (or 0xCAD795) is unknown color: approx Deco. HEX triplet: CA, D7 and 95. RGB value is (202,215,149). Sum of RGB (Red+Green+Blue) = 202+215+149=566 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.69% from 566); Green value is 215 (84.38% from 255 or 37.99% from 566); Blue value is 149 (58.59% from 255 or 26.33% from 566); Max value from RGB is 215 - color contains mainly: green. Hex color #CAD795 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAD795 is #35286A. Grayscale: #CBCBCB. Windows color (decimal): -3483755 or 9820106. OLE color: 9820106.

HSL color Cylindrical-coordinate representation of color #CAD795: hue angle of 71.82º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CAD795 is Cyan = 0.06, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB202215149-
CMYK0.0600.310.16
HSL71.82º45.21%71.37%-
HSV(B)71.82º30.7%84.31%-
XYZ54.0863.3337.81-
YUV203.5997.19126.87-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.69%
GREEN value IS 215 (84.38% from 255) = 37.99%
BLUE value IS 149 (58.59% from 255) = 26.33%
R=35.69%
G=37.99%
B=26.33%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2022151490.0600.310.1671.8245.2171.37
HexCAD795601F10482d47
Octal31232722560372011055107
Binary1100101011010111100101011100111111000010010001011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD795; }

 p { color: rgb(202,215,149); }

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

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

 a { background-color: rgb(202,215,149); }

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

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

 span { border-color: rgb(202,215,149); }

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