#CAD993

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

Shades of Deco #CAD993

Tints of Deco #CAD993

Color information

#CAD993 (or 0xCAD993) is unknown color: approx Deco. HEX triplet: CA, D9 and 93. RGB value is (202,217,147). Sum of RGB (Red+Green+Blue) = 202+217+147=566 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.69% from 566); Green value is 217 (85.16% from 255 or 38.34% from 566); Blue value is 147 (57.81% from 255 or 25.97% from 566); Max value from RGB is 217 - color contains mainly: green. Hex color #CAD993 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAD993 is #35266C. Grayscale: #CCCCCC. Windows color (decimal): -3483245 or 9689546. OLE color: 9689546.

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

Color convert

RGB202217147-
CMYK0.0700.320.15
HSL72.86º47.95%71.37%-
HSV(B)72.86º32.26%85.1%-
XYZ54.4464.2937.14-
YUV204.5495.53126.19-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.69%
GREEN value IS 217 (85.16% from 255) = 38.34%
BLUE value IS 147 (57.81% from 255) = 25.97%
R=35.69%
G=38.34%
B=25.97%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2022171470.0700.320.1572.8647.9571.37
HexCAD9937020F493047
Octal31233122370401711160107
Binary1100101011011001100100111110100000111110010011100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD993; }

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

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

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

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

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

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

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

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