#CAD5B5

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

Shades of Harp #CAD5B5

Tints of Harp #CAD5B5

Color information

#CAD5B5 (or 0xCAD5B5) is unknown color: approx Harp. HEX triplet: CA, D5 and B5. RGB value is (202,213,181). Sum of RGB (Red+Green+Blue) = 202+213+181=596 (78% of max value = 765). Red value is 202 (79.30% from 255 or 33.89% from 596); Green value is 213 (83.59% from 255 or 35.74% from 596); Blue value is 181 (71.09% from 255 or 30.37% from 596); Max value from RGB is 213 - color contains mainly: green. Hex color #CAD5B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD5B5 is #352A4A. Grayscale: #CECECE. Windows color (decimal): -3484235 or 11916746. OLE color: 11916746.

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

Color convert

RGB202213181-
CMYK0.0500.150.16
HSL80.62º27.59%77.25%-
HSV(B)80.62º15.02%83.53%-
XYZ56.4963.4852.99-
YUV206.06113.86125.1-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.89%
GREEN value IS 213 (83.59% from 255) = 35.74%
BLUE value IS 181 (71.09% from 255) = 30.37%
R=33.89%
G=35.74%
B=30.37%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2022131810.0500.150.1680.6227.5977.25
HexCAD5B550F10511c4d
Octal31232526550172012134115
Binary11001010110101011011010110101111100001010001111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD5B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD5B5; }

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

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

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

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

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

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

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

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