#C9CFBF

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

Shades of Harp #C9CFBF

Tints of Harp #C9CFBF

Color information

#C9CFBF (or 0xC9CFBF) is unknown color: approx Harp. HEX triplet: C9, CF and BF. RGB value is (201,207,191). Sum of RGB (Red+Green+Blue) = 201+207+191=599 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.56% from 599); Green value is 207 (81.25% from 255 or 34.56% from 599); Blue value is 191 (75% from 255 or 31.89% from 599); Max value from RGB is 207 - color contains mainly: green. Hex color #C9CFBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CFBF is #363040. Grayscale: #CBCBCB. Windows color (decimal): -3551297 or 12570569. OLE color: 12570569.

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

Color convert

RGB201207191-
CMYK0.0300.080.19
HSL82.5º14.29%78.04%-
HSV(B)82.5º7.73%81.18%-
XYZ55.860.858.09-
YUV203.38121.01126.3-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.56%
GREEN value IS 207 (81.25% from 255) = 34.56%
BLUE value IS 191 (75% from 255) = 31.89%
R=33.56%
G=34.56%
B=31.89%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2012071910.0300.080.1982.514.2978.04
HexC9CFBF3081352e4e
Octal31131727730102312216116
Binary110010011100111110111111110100010011101001011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9CFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9CFBF; }

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

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

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

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

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

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

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

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