#CAD285

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

Shades of Deco #CAD285

Tints of Deco #CAD285

Color information

#CAD285 (or 0xCAD285) is unknown color: approx Deco. HEX triplet: CA, D2 and 85. RGB value is (202,210,133). Sum of RGB (Red+Green+Blue) = 202+210+133=545 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.06% from 545); Green value is 210 (82.42% from 255 or 38.53% from 545); Blue value is 133 (52.34% from 255 or 24.40% from 545); Max value from RGB is 210 - color contains mainly: green. Hex color #CAD285 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAD285 is #352D7A. Grayscale: #C7C7C7. Windows color (decimal): -3485051 or 8770250. OLE color: 8770250.

HSL color Cylindrical-coordinate representation of color #CAD285: hue angle of 66.23º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CAD285 is Cyan = 0.04, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.18.

Color convert

RGB202210133-
CMYK0.0400.370.18
HSL66.23º46.11%67.25%-
HSV(B)66.23º36.67%82.35%-
XYZ51.6460.3431.12-
YUV198.8390.85130.26-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.06%
GREEN value IS 210 (82.42% from 255) = 38.53%
BLUE value IS 133 (52.34% from 255) = 24.40%
R=37.06%
G=38.53%
B=24.40%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2022101330.0400.370.1866.2346.1167.25
HexCAD285402512422e43
Octal31232220540452210256103
Binary11001010110100101000010110001001011001010000101011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD285; }

 p { color: rgb(202,210,133); }

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

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

 a { background-color: rgb(202,210,133); }

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

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

 span { border-color: rgb(202,210,133); }

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