#CAD2BA

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

Shades of Harp #CAD2BA

Tints of Harp #CAD2BA

Color information

#CAD2BA (or 0xCAD2BA) is unknown color: approx Harp. HEX triplet: CA, D2 and BA. RGB value is (202,210,186). Sum of RGB (Red+Green+Blue) = 202+210+186=598 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.78% from 598); Green value is 210 (82.42% from 255 or 35.12% from 598); Blue value is 186 (73.05% from 255 or 31.10% from 598); Max value from RGB is 210 - color contains mainly: green. Hex color #CAD2BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD2BA is #352D45. Grayscale: #CCCCCC. Windows color (decimal): -3484998 or 12243658. OLE color: 12243658.

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

Color convert

RGB202210186-
CMYK0.0400.110.18
HSL80º21.05%77.65%-
HSV(B)80º11.43%82.35%-
XYZ56.2762.1955.49-
YUV204.87117.35125.95-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.78%
GREEN value IS 210 (82.42% from 255) = 35.12%
BLUE value IS 186 (73.05% from 255) = 31.10%
R=33.78%
G=35.12%
B=31.10%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2022101860.0400.110.188021.0577.65
HexCAD2BA40B1250154e
Octal31232227240132212025116
Binary11001010110100101011101010001011100101010000101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD2BA; }

 p { color: rgb(202,210,186); }

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

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

 a { background-color: rgb(202,210,186); }

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

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

 span { border-color: rgb(202,210,186); }

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