#c9cfb3

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

Shades of Harp #C9CFB3

Tints of Harp #C9CFB3

Color information

#C9CFB3 (or 0xC9CFB3) is unknown color: approx Harp. HEX triplet: C9, CF and B3. RGB value is (201,207,179). Sum of RGB (Red+Green+Blue) = 201+207+179=587 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.24% from 587); Green value is 207 (81.25% from 255 or 35.26% from 587); Blue value is 179 (70.31% from 255 or 30.49% from 587); Max value from RGB is 207 - color contains mainly: green. Hex color #C9CFB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CFB3 is #36304C. Grayscale: #CACACA. Windows color (decimal): -3551309 or 11784137. OLE color: 11784137.

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

Color convert

RGB201207179-
CMYK0.0300.140.19
HSL72.86º22.58%75.69%-
HSV(B)72.86º13.53%81.18%-
XYZ54.5460.351.41-
YUV202.01115.01127.28-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.24%
GREEN value IS 207 (81.25% from 255) = 35.26%
BLUE value IS 179 (70.31% from 255) = 30.49%
R=34.24%
G=35.26%
B=30.49%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2012071790.0300.140.1972.8622.5875.69
HexC9CFB330E1349174c
Octal31131726330162311127114
Binary1100100111001111101100111101110100111001001101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c9cfb3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c9cfb3; }

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

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

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

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

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

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

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

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