#C9CDB6

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

Shades of Harp #C9CDB6

Tints of Harp #C9CDB6

Color information

#C9CDB6 (or 0xC9CDB6) is unknown color: approx Harp. HEX triplet: C9, CD and B6. RGB value is (201,205,182). Sum of RGB (Red+Green+Blue) = 201+205+182=588 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.18% from 588); Green value is 205 (80.47% from 255 or 34.86% from 588); Blue value is 182 (71.48% from 255 or 30.95% from 588); Max value from RGB is 205 - color contains mainly: green. Hex color #C9CDB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CDB6 is #363249. Grayscale: #C9C9C9. Windows color (decimal): -3551818 or 11980233. OLE color: 11980233.

HSL color Cylindrical-coordinate representation of color #C9CDB6: hue angle of 70.43º degrees, saturation: 0.19, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C9CDB6 is Cyan = 0.02, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.

Color convert

RGB201205182-
CMYK0.0200.110.20
HSL70.43º18.7%75.88%-
HSV(B)70.43º11.22%80.39%-
XYZ54.3659.4652.87-
YUV201.18117.17127.87-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.18%
GREEN value IS 205 (80.47% from 255) = 34.86%
BLUE value IS 182 (71.48% from 255) = 30.95%
R=34.18%
G=34.86%
B=30.95%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2012051820.0200.110.2070.4318.775.88
HexC9CDB620B1446134c
Octal31131526620132410623114
Binary1100100111001101101101101001011101001000110100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9CDB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9CDB6; }

 p { color: rgb(201,205,182); }

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

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

 a { background-color: rgb(201,205,182); }

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

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

 span { border-color: rgb(201,205,182); }

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