#CAD6B9

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

Shades of Harp #CAD6B9

Tints of Harp #CAD6B9

Color information

#CAD6B9 (or 0xCAD6B9) is unknown color: approx Harp. HEX triplet: CA, D6 and B9. RGB value is (202,214,185). Sum of RGB (Red+Green+Blue) = 202+214+185=601 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.61% from 601); Green value is 214 (83.98% from 255 or 35.61% from 601); Blue value is 185 (72.66% from 255 or 30.78% from 601); Max value from RGB is 214 - color contains mainly: green. Hex color #CAD6B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD6B9 is #352946. Grayscale: #CFCFCF. Windows color (decimal): -3483975 or 12179146. OLE color: 12179146.

HSL color Cylindrical-coordinate representation of color #CAD6B9: hue angle of 84.83º degrees, saturation: 0.26, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CAD6B9 is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB202214185-
CMYK0.0600.140.16
HSL84.83º26.13%78.24%-
HSV(B)84.83º13.55%83.92%-
XYZ57.1664.1555.27-
YUV207.11115.52124.36-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.61%
GREEN value IS 214 (83.98% from 255) = 35.61%
BLUE value IS 185 (72.66% from 255) = 30.78%
R=33.61%
G=35.61%
B=30.78%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2022141850.0600.140.1684.8326.1378.24
HexCAD6B960E10551a4e
Octal31232627160162012532116
Binary11001010110101101011100111001110100001010101110101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD6B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD6B9; }

 p { color: rgb(202,214,185); }

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

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

 a { background-color: rgb(202,214,185); }

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

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

 span { border-color: rgb(202,214,185); }

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