#C9D0BF

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

Shades of Harp #C9D0BF

Tints of Harp #C9D0BF

Color information

#C9D0BF (or 0xC9D0BF) is unknown color: approx Harp. HEX triplet: C9, D0 and BF. RGB value is (201,208,191). Sum of RGB (Red+Green+Blue) = 201+208+191=600 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.5% from 600); Green value is 208 (81.64% from 255 or 34.67% from 600); Blue value is 191 (75% from 255 or 31.83% from 600); Max value from RGB is 208 - color contains mainly: green. Hex color #C9D0BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9D0BF is #362F40. Grayscale: #CCCCCC. Windows color (decimal): -3551041 or 12570825. OLE color: 12570825.

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

Color convert

RGB201208191-
CMYK0.0300.080.18
HSL84.71º15.32%78.24%-
HSV(B)84.71º8.17%81.57%-
XYZ56.0561.2958.17-
YUV203.97120.68125.88-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.5%
GREEN value IS 208 (81.64% from 255) = 34.67%
BLUE value IS 191 (75% from 255) = 31.83%
R=33.5%
G=34.67%
B=31.83%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2012081910.0300.080.1884.7115.3278.24
HexC9D0BF3081255f4e
Octal31132027730102212517116
Binary110010011101000010111111110100010010101010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9D0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9D0BF; }

 p { color: rgb(201,208,191); }

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

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

 a { background-color: rgb(201,208,191); }

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

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

 span { border-color: rgb(201,208,191); }

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