#CAD392

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

Shades of Deco #CAD392

Tints of Deco #CAD392

Color information

#CAD392 (or 0xCAD392) is unknown color: approx Deco. HEX triplet: CA, D3 and 92. RGB value is (202,211,146). Sum of RGB (Red+Green+Blue) = 202+211+146=559 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.14% from 559); Green value is 211 (82.81% from 255 or 37.75% from 559); Blue value is 146 (57.42% from 255 or 26.12% from 559); Max value from RGB is 211 - color contains mainly: green. Hex color #CAD392 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAD392 is #352C6D. Grayscale: #C9C9C9. Windows color (decimal): -3484782 or 9622474. OLE color: 9622474.

HSL color Cylindrical-coordinate representation of color #CAD392: hue angle of 68.31º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CAD392 is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.17.

Color convert

RGB202211146-
CMYK0.0400.310.17
HSL68.31º42.48%70%-
HSV(B)68.31º30.81%82.75%-
XYZ52.8461.2236.23-
YUV200.997.02128.79-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.14%
GREEN value IS 211 (82.81% from 255) = 37.75%
BLUE value IS 146 (57.42% from 255) = 26.12%
R=36.14%
G=37.75%
B=26.12%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2022111460.0400.310.1768.3142.4870
HexCAD392401F11442a46
Octal31232322240372110452106
Binary1100101011010011100100101000111111000110001001010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD392; }

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

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

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

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

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

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

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

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