#CAD9B6

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

Shades of Harp #CAD9B6

Tints of Harp #CAD9B6

Color information

#CAD9B6 (or 0xCAD9B6) is unknown color: approx Harp. HEX triplet: CA, D9 and B6. RGB value is (202,217,182). Sum of RGB (Red+Green+Blue) = 202+217+182=601 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.61% from 601); Green value is 217 (85.16% from 255 or 36.11% from 601); Blue value is 182 (71.48% from 255 or 30.28% from 601); Max value from RGB is 217 - color contains mainly: green. Hex color #CAD9B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD9B6 is #352649. Grayscale: #D0D0D0. Windows color (decimal): -3483210 or 11983306. OLE color: 11983306.

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

Color convert

RGB202217182-
CMYK0.0700.160.15
HSL85.71º31.53%78.24%-
HSV(B)85.71º16.13%85.1%-
XYZ57.6165.5653.87-
YUV208.52113.03123.35-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.61%
GREEN value IS 217 (85.16% from 255) = 36.11%
BLUE value IS 182 (71.48% from 255) = 30.28%
R=33.61%
G=36.11%
B=30.28%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2022171820.0700.160.1585.7131.5378.24
HexCAD9B67010F56204e
Octal31233126670201712640116
Binary110010101101100110110110111010000111110101101000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD9B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD9B6; }

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

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

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

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

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

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

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

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