#C9CFB9

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

Shades of Harp #C9CFB9

Tints of Harp #C9CFB9

Color information

#C9CFB9 (or 0xC9CFB9) is unknown color: approx Harp. HEX triplet: C9, CF and B9. RGB value is (201,207,185). Sum of RGB (Red+Green+Blue) = 201+207+185=593 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.90% from 593); Green value is 207 (81.25% from 255 or 34.91% from 593); Blue value is 185 (72.66% from 255 or 31.20% from 593); Max value from RGB is 207 - color contains mainly: green. Hex color #C9CFB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CFB9 is #363046. Grayscale: #CACACA. Windows color (decimal): -3551303 or 12177353. OLE color: 12177353.

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

Color convert

RGB201207185-
CMYK0.0300.110.19
HSL76.36º18.64%76.86%-
HSV(B)76.36º10.63%81.18%-
XYZ55.1660.5554.68-
YUV202.7118.01126.79-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.90%
GREEN value IS 207 (81.25% from 255) = 34.91%
BLUE value IS 185 (72.66% from 255) = 31.20%
R=33.90%
G=34.91%
B=31.20%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2012071850.0300.110.1976.3618.6476.86
HexC9CFB930B134c134d
Octal31131727130132311423115
Binary1100100111001111101110011101011100111001100100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9CFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9CFB9; }

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

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

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

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

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

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

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

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