#CAD995

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

Shades of Deco #CAD995

Tints of Deco #CAD995

Color information

#CAD995 (or 0xCAD995) is unknown color: approx Deco. HEX triplet: CA, D9 and 95. RGB value is (202,217,149). Sum of RGB (Red+Green+Blue) = 202+217+149=568 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.56% from 568); Green value is 217 (85.16% from 255 or 38.20% from 568); Blue value is 149 (58.59% from 255 or 26.23% from 568); Max value from RGB is 217 - color contains mainly: green. Hex color #CAD995 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAD995 is #35266A. Grayscale: #CDCDCD. Windows color (decimal): -3483243 or 9820618. OLE color: 9820618.

HSL color Cylindrical-coordinate representation of color #CAD995: hue angle of 73.24º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CAD995 is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB202217149-
CMYK0.0700.310.15
HSL73.24º47.22%71.76%-
HSV(B)73.24º31.34%85.1%-
XYZ54.5964.3537.98-
YUV204.7696.53126.03-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.56%
GREEN value IS 217 (85.16% from 255) = 38.20%
BLUE value IS 149 (58.59% from 255) = 26.23%
R=35.56%
G=38.20%
B=26.23%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2022171490.0700.310.1573.2447.2271.76
HexCAD995701FF492f48
Octal31233122570371711157110
Binary110010101101100110010101111011111111110010011011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD995; }

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

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

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

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

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

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

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

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