#CAD9B5

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

Shades of Harp #CAD9B5

Tints of Harp #CAD9B5

Color information

#CAD9B5 (or 0xCAD9B5) is unknown color: approx Harp. HEX triplet: CA, D9 and B5. RGB value is (202,217,181). Sum of RGB (Red+Green+Blue) = 202+217+181=600 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.67% from 600); Green value is 217 (85.16% from 255 or 36.17% from 600); Blue value is 181 (71.09% from 255 or 30.17% from 600); Max value from RGB is 217 - color contains mainly: green. Hex color #CAD9B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD9B5 is #35264A. Grayscale: #D0D0D0. Windows color (decimal): -3483211 or 11917770. OLE color: 11917770.

HSL color Cylindrical-coordinate representation of color #CAD9B5: hue angle of 85º degrees, saturation: 0.32, 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 #CAD9B5 is Cyan = 0.07, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB202217181-
CMYK0.0700.170.15
HSL85º32.14%78.04%-
HSV(B)85º16.59%85.1%-
XYZ57.5165.5253.33-
YUV208.41112.53123.43-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.67%
GREEN value IS 217 (85.16% from 255) = 36.17%
BLUE value IS 181 (71.09% from 255) = 30.17%
R=33.67%
G=36.17%
B=30.17%

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
Decimal2022171810.0700.170.158532.1478.04
HexCAD9B57011F55204e
Octal31233126570211712540116
Binary110010101101100110110101111010001111110101011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD9B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD9B5; }

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

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

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

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

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

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

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

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