#CAD175

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

Shades of Deco #CAD175

Tints of Deco #CAD175

Color information

#CAD175 (or 0xCAD175) is unknown color: approx Deco. HEX triplet: CA, D1 and 75. RGB value is (202,209,117). Sum of RGB (Red+Green+Blue) = 202+209+117=528 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.26% from 528); Green value is 209 (82.03% from 255 or 39.58% from 528); Blue value is 117 (46.09% from 255 or 22.16% from 528); Max value from RGB is 209 - color contains mainly: green. Hex color #CAD175 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAD175 is #352E8A. Grayscale: #C4C4C4. Windows color (decimal): -3485323 or 7721418. OLE color: 7721418.

HSL color Cylindrical-coordinate representation of color #CAD175: hue angle of 64.57º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CAD175 is Cyan = 0.03, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB202209117-
CMYK0.0300.440.18
HSL64.57º50%63.92%-
HSV(B)64.57º44.02%81.96%-
XYZ50.3759.4425.65-
YUV196.4283.18131.98-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.26%
GREEN value IS 209 (82.03% from 255) = 39.58%
BLUE value IS 117 (46.09% from 255) = 22.16%
R=38.26%
G=39.58%
B=22.16%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2022091170.0300.440.1864.575063.92
HexCAD175302C12413240
Octal31232116530542210162100
Binary110010101101000111101011101011001001010000011100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD175; }

 p { color: rgb(202,209,117); }

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

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

 a { background-color: rgb(202,209,117); }

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

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

 span { border-color: rgb(202,209,117); }

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