#CAD5BA

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

Shades of Harp #CAD5BA

Tints of Harp #CAD5BA

Color information

#CAD5BA (or 0xCAD5BA) is unknown color: approx Harp. HEX triplet: CA, D5 and BA. RGB value is (202,213,186). Sum of RGB (Red+Green+Blue) = 202+213+186=601 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.61% from 601); Green value is 213 (83.59% from 255 or 35.44% from 601); Blue value is 186 (73.05% from 255 or 30.95% from 601); Max value from RGB is 213 - color contains mainly: green. Hex color #CAD5BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD5BA is #352A45. Grayscale: #CECECE. Windows color (decimal): -3484230 or 12244426. OLE color: 12244426.

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

Color convert

RGB202213186-
CMYK0.0500.130.16
HSL84.44º24.32%78.24%-
HSV(B)84.44º12.68%83.53%-
XYZ57.0163.6955.74-
YUV206.63116.36124.7-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.61%
GREEN value IS 213 (83.59% from 255) = 35.44%
BLUE value IS 186 (73.05% from 255) = 30.95%
R=33.61%
G=35.44%
B=30.95%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2022131860.0500.130.1684.4424.3278.24
HexCAD5BA50D1054184e
Octal31232527250152012430116
Binary11001010110101011011101010101101100001010100110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD5BA; }

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

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

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

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

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

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

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

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