#C9CBBB

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

Shades of Harp #C9CBBB

Tints of Harp #C9CBBB

Color information

#C9CBBB (or 0xC9CBBB) is unknown color: approx Harp. HEX triplet: C9, CB and BB. RGB value is (201,203,187). Sum of RGB (Red+Green+Blue) = 201+203+187=591 (78% of max value = 765). Red value is 201 (78.91% from 255 or 34.01% from 591); Green value is 203 (79.69% from 255 or 34.35% from 591); Blue value is 187 (73.44% from 255 or 31.64% from 591); Max value from RGB is 203 - color contains mainly: green. Hex color #C9CBBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CBBB is #363444. Grayscale: #C8C8C8. Windows color (decimal): -3552325 or 12307401. OLE color: 12307401.

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

Color convert

RGB201203187-
CMYK0.0100.080.20
HSL67.5º13.33%76.47%-
HSV(B)67.5º7.88%79.61%-
XYZ54.4158.7255.48-
YUV200.58120.34128.3-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.01%
GREEN value IS 203 (79.69% from 255) = 34.35%
BLUE value IS 187 (73.44% from 255) = 31.64%
R=34.01%
G=34.35%
B=31.64%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2012031870.0100.080.2067.513.3376.47
HexC9CBBB1081444d4c
Octal31131327310102410415114
Binary11001001110010111011101110100010100100010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9CBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9CBBB; }

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

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

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

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

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

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

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

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