#CAD792

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

Shades of Deco #CAD792

Tints of Deco #CAD792

Color information

#CAD792 (or 0xCAD792) is unknown color: approx Deco. HEX triplet: CA, D7 and 92. RGB value is (202,215,146). Sum of RGB (Red+Green+Blue) = 202+215+146=563 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.88% from 563); Green value is 215 (84.38% from 255 or 38.19% from 563); Blue value is 146 (57.42% from 255 or 25.93% from 563); Max value from RGB is 215 - color contains mainly: green. Hex color #CAD792 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAD792 is #35286D. Grayscale: #CBCBCB. Windows color (decimal): -3483758 or 9623498. OLE color: 9623498.

HSL color Cylindrical-coordinate representation of color #CAD792: hue angle of 71.3º 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 #CAD792 is Cyan = 0.06, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB202215146-
CMYK0.0600.320.16
HSL71.3º46.31%70.78%-
HSV(B)71.3º32.09%84.31%-
XYZ53.8563.2336.56-
YUV203.2595.69127.11-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.88%
GREEN value IS 215 (84.38% from 255) = 38.19%
BLUE value IS 146 (57.42% from 255) = 25.93%
R=35.88%
G=38.19%
B=25.93%

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
Decimal2022151460.0600.320.1671.346.3170.78
HexCAD792602010472e47
Octal31232722260402010756107
Binary11001010110101111001001011001000001000010001111011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD792; }

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

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

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

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

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

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

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

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