#CAD0B9

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

Shades of Harp #CAD0B9

Tints of Harp #CAD0B9

Color information

#CAD0B9 (or 0xCAD0B9) is unknown color: approx Harp. HEX triplet: CA, D0 and B9. RGB value is (202,208,185). Sum of RGB (Red+Green+Blue) = 202+208+185=595 (78% of max value = 765). Red value is 202 (79.30% from 255 or 33.95% from 595); Green value is 208 (81.64% from 255 or 34.96% from 595); Blue value is 185 (72.66% from 255 or 31.09% from 595); Max value from RGB is 208 - color contains mainly: green. Hex color #CAD0B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD0B9 is #352F46. Grayscale: #CBCBCB. Windows color (decimal): -3485511 or 12177610. OLE color: 12177610.

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

Color convert

RGB202208185-
CMYK0.0300.110.18
HSL75.65º19.66%77.06%-
HSV(B)75.65º11.06%81.57%-
XYZ55.6761.1754.77-
YUV203.58117.51126.87-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.95%
GREEN value IS 208 (81.64% from 255) = 34.96%
BLUE value IS 185 (72.66% from 255) = 31.09%
R=33.95%
G=34.96%
B=31.09%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2022081850.0300.110.1875.6519.6677.06
HexCAD0B930B124c144d
Octal31232027130132211424115
Binary1100101011010000101110011101011100101001100101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD0B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD0B9; }

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

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

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

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

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

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

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

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