#CAD695

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

Shades of Deco #CAD695

Tints of Deco #CAD695

Color information

#CAD695 (or 0xCAD695) is unknown color: approx Deco. HEX triplet: CA, D6 and 95. RGB value is (202,214,149). Sum of RGB (Red+Green+Blue) = 202+214+149=565 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.75% from 565); Green value is 214 (83.98% from 255 or 37.88% from 565); Blue value is 149 (58.59% from 255 or 26.37% from 565); Max value from RGB is 214 - color contains mainly: green. Hex color #CAD695 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAD695 is #35296A. Grayscale: #CBCBCB. Windows color (decimal): -3484011 or 9819850. OLE color: 9819850.

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

Color convert

RGB202214149-
CMYK0.0600.300.16
HSL71.08º44.22%71.18%-
HSV(B)71.08º30.37%83.92%-
XYZ53.8362.8237.72-
YUV20397.52127.29-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.75%
GREEN value IS 214 (83.98% from 255) = 37.88%
BLUE value IS 149 (58.59% from 255) = 26.37%
R=35.75%
G=37.88%
B=26.37%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2022141490.0600.300.1671.0844.2271.18
HexCAD695601E10472c47
Octal31232622560362010754107
Binary1100101011010110100101011100111101000010001111011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD695; }

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

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

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

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

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

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

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

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