#CAD793

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

Shades of Deco #CAD793

Tints of Deco #CAD793

Color information

#CAD793 (or 0xCAD793) is unknown color: approx Deco. HEX triplet: CA, D7 and 93. RGB value is (202,215,147). Sum of RGB (Red+Green+Blue) = 202+215+147=564 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.82% from 564); Green value is 215 (84.38% from 255 or 38.12% from 564); Blue value is 147 (57.81% from 255 or 26.06% from 564); Max value from RGB is 215 - color contains mainly: green. Hex color #CAD793 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAD793 is #35286C. Grayscale: #CBCBCB. Windows color (decimal): -3483757 or 9689034. OLE color: 9689034.

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

Color convert

RGB202215147-
CMYK0.0600.320.16
HSL71.47º45.95%70.98%-
HSV(B)71.47º31.63%84.31%-
XYZ53.9263.2636.97-
YUV203.3696.19127.03-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.82%
GREEN value IS 215 (84.38% from 255) = 38.12%
BLUE value IS 147 (57.81% from 255) = 26.06%
R=35.82%
G=38.12%
B=26.06%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2022151470.0600.320.1671.4745.9570.98
HexCAD793602010472e47
Octal31232722360402010756107
Binary11001010110101111001001111001000001000010001111011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD793; }

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

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

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

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

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

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

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

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