#C9D1BD

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

Shades of Harp #C9D1BD

Tints of Harp #C9D1BD

Color information

#C9D1BD (or 0xC9D1BD) is unknown color: approx Harp. HEX triplet: C9, D1 and BD. RGB value is (201,209,189). Sum of RGB (Red+Green+Blue) = 201+209+189=599 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.56% from 599); Green value is 209 (82.03% from 255 or 34.89% from 599); Blue value is 189 (74.22% from 255 or 31.55% from 599); Max value from RGB is 209 - color contains mainly: green. Hex color #C9D1BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9D1BD is #362E42. Grayscale: #CCCCCC. Windows color (decimal): -3550787 or 12440009. OLE color: 12440009.

HSL color Cylindrical-coordinate representation of color #C9D1BD: hue angle of 84º degrees, saturation: 0.18, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C9D1BD is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB201209189-
CMYK0.0400.100.18
HSL84º17.86%78.04%-
HSV(B)84º9.57%81.96%-
XYZ56.0761.6957.1-
YUV204.33119.35125.63-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.56%
GREEN value IS 209 (82.03% from 255) = 34.89%
BLUE value IS 189 (74.22% from 255) = 31.55%
R=33.56%
G=34.89%
B=31.55%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2012091890.0400.100.188417.8678.04
HexC9D1BD40A1254124e
Octal31132127540122212422116
Binary11001001110100011011110110001010100101010100100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9D1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9D1BD; }

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

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

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

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

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

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

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

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