#C9CBBD

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

Shades of Harp #C9CBBD

Tints of Harp #C9CBBD

Color information

#C9CBBD (or 0xC9CBBD) is unknown color: approx Harp. HEX triplet: C9, CB and BD. RGB value is (201,203,189). Sum of RGB (Red+Green+Blue) = 201+203+189=593 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.90% from 593); Green value is 203 (79.69% from 255 or 34.23% from 593); Blue value is 189 (74.22% from 255 or 31.87% from 593); Max value from RGB is 203 - color contains mainly: green. Hex color #C9CBBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CBBD is #363442. Grayscale: #C8C8C8. Windows color (decimal): -3552323 or 12438473. OLE color: 12438473.

HSL color Cylindrical-coordinate representation of color #C9CBBD: hue angle of 68.57º degrees, saturation: 0.12, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C9CBBD is Cyan = 0.01, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB201203189-
CMYK0.0100.070.20
HSL68.57º11.86%76.86%-
HSV(B)68.57º6.9%79.61%-
XYZ54.6358.856.62-
YUV200.81121.34128.14-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.90%
GREEN value IS 203 (79.69% from 255) = 34.23%
BLUE value IS 189 (74.22% from 255) = 31.87%
R=33.90%
G=34.23%
B=31.87%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2012031890.0100.070.2068.5711.8676.86
HexC9CBBD1071445c4d
Octal3113132751072410514115
Binary1100100111001011101111011011110100100010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9CBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9CBBD; }

 p { color: rgb(201,203,189); }

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

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

 a { background-color: rgb(201,203,189); }

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

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

 span { border-color: rgb(201,203,189); }

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