#CAD7B6

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

Shades of Harp #CAD7B6

Tints of Harp #CAD7B6

Color information

#CAD7B6 (or 0xCAD7B6) is unknown color: approx Harp. HEX triplet: CA, D7 and B6. RGB value is (202,215,182). Sum of RGB (Red+Green+Blue) = 202+215+182=599 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.72% from 599); Green value is 215 (84.38% from 255 or 35.89% from 599); Blue value is 182 (71.48% from 255 or 30.38% from 599); Max value from RGB is 215 - color contains mainly: green. Hex color #CAD7B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD7B6 is #352849. Grayscale: #CFCFCF. Windows color (decimal): -3483722 or 11982794. OLE color: 11982794.

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

Color convert

RGB202215182-
CMYK0.0600.150.16
HSL83.64º29.2%77.84%-
HSV(B)83.64º15.35%84.31%-
XYZ57.164.5353.7-
YUV207.35113.69124.18-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.72%
GREEN value IS 215 (84.38% from 255) = 35.89%
BLUE value IS 182 (71.48% from 255) = 30.38%
R=33.72%
G=35.89%
B=30.38%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2022151820.0600.150.1683.6429.277.84
HexCAD7B660F10541d4e
Octal31232726660172012435116
Binary11001010110101111011011011001111100001010100111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD7B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD7B6; }

 p { color: rgb(202,215,182); }

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

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

 a { background-color: rgb(202,215,182); }

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

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

 span { border-color: rgb(202,215,182); }

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