#C9CBBA

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

Shades of Harp #C9CBBA

Tints of Harp #C9CBBA

Color information

#C9CBBA (or 0xC9CBBA) is unknown color: approx Harp. HEX triplet: C9, CB and BA. RGB value is (201,203,186). Sum of RGB (Red+Green+Blue) = 201+203+186=590 (78% of max value = 765). Red value is 201 (78.91% from 255 or 34.07% from 590); Green value is 203 (79.69% from 255 or 34.41% from 590); Blue value is 186 (73.05% from 255 or 31.53% from 590); Max value from RGB is 203 - color contains mainly: green. Hex color #C9CBBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CBBA is #363445. Grayscale: #C8C8C8. Windows color (decimal): -3552326 or 12241865. OLE color: 12241865.

HSL color Cylindrical-coordinate representation of color #C9CBBA: hue angle of 67.06º degrees, saturation: 0.14, 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 #C9CBBA is Cyan = 0.01, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB201203186-
CMYK0.0100.080.20
HSL67.06º14.05%76.27%-
HSV(B)67.06º8.37%79.61%-
XYZ54.3158.6754.92-
YUV200.46119.84128.38-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.07%
GREEN value IS 203 (79.69% from 255) = 34.41%
BLUE value IS 186 (73.05% from 255) = 31.53%
R=34.07%
G=34.41%
B=31.53%

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
Decimal2012031860.0100.080.2067.0614.0576.27
HexC9CBBA1081443e4c
Octal31131327210102410316114
Binary11001001110010111011101010100010100100001111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9CBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9CBBA; }

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

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

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

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

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

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

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

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