#CAD294

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

Shades of Deco #CAD294

Tints of Deco #CAD294

Color information

#CAD294 (or 0xCAD294) is unknown color: approx Deco. HEX triplet: CA, D2 and 94. RGB value is (202,210,148). Sum of RGB (Red+Green+Blue) = 202+210+148=560 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.07% from 560); Green value is 210 (82.42% from 255 or 37.5% from 560); Blue value is 148 (58.20% from 255 or 26.43% from 560); Max value from RGB is 210 - color contains mainly: green. Hex color #CAD294 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAD294 is #352D6B. Grayscale: #C8C8C8. Windows color (decimal): -3485036 or 9753290. OLE color: 9753290.

HSL color Cylindrical-coordinate representation of color #CAD294: hue angle of 67.74º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CAD294 is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB202210148-
CMYK0.0400.300.18
HSL67.74º40.79%70.2%-
HSV(B)67.74º29.52%82.35%-
XYZ52.7560.7936.97-
YUV200.5498.35129.04-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.07%
GREEN value IS 210 (82.42% from 255) = 37.5%
BLUE value IS 148 (58.20% from 255) = 26.43%
R=36.07%
G=37.5%
B=26.43%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2022101480.0400.300.1867.7440.7970.2
HexCAD294401E12442946
Octal31232222440362210451106
Binary1100101011010010100101001000111101001010001001010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD294; }

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

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

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

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

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

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

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

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