#CAD9B4

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

Shades of Harp #CAD9B4

Tints of Harp #CAD9B4

Color information

#CAD9B4 (or 0xCAD9B4) is unknown color: approx Harp. HEX triplet: CA, D9 and B4. RGB value is (202,217,180). Sum of RGB (Red+Green+Blue) = 202+217+180=599 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.72% from 599); Green value is 217 (85.16% from 255 or 36.23% from 599); Blue value is 180 (70.70% from 255 or 30.05% from 599); Max value from RGB is 217 - color contains mainly: green. Hex color #CAD9B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD9B4 is #35264B. Grayscale: #D0D0D0. Windows color (decimal): -3483212 or 11852234. OLE color: 11852234.

HSL color Cylindrical-coordinate representation of color #CAD9B4: hue angle of 84.32º degrees, saturation: 0.33, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CAD9B4 is Cyan = 0.07, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB202217180-
CMYK0.0700.170.15
HSL84.32º32.74%77.84%-
HSV(B)84.32º17.05%85.1%-
XYZ57.4165.4852.79-
YUV208.3112.03123.51-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.72%
GREEN value IS 217 (85.16% from 255) = 36.23%
BLUE value IS 180 (70.70% from 255) = 30.05%
R=33.72%
G=36.23%
B=30.05%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2022171800.0700.170.1584.3232.7477.84
HexCAD9B47011F54214e
Octal31233126470211712441116
Binary110010101101100110110100111010001111110101001000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD9B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD9B4; }

 p { color: rgb(202,217,180); }

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

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

 a { background-color: rgb(202,217,180); }

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

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

 span { border-color: rgb(202,217,180); }

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