#C9CFBC

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

Shades of Harp #C9CFBC

Tints of Harp #C9CFBC

Color information

#C9CFBC (or 0xC9CFBC) is unknown color: approx Harp. HEX triplet: C9, CF and BC. RGB value is (201,207,188). Sum of RGB (Red+Green+Blue) = 201+207+188=596 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.72% from 596); Green value is 207 (81.25% from 255 or 34.73% from 596); Blue value is 188 (73.83% from 255 or 31.54% from 596); Max value from RGB is 207 - color contains mainly: green. Hex color #C9CFBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CFBC is #363043. Grayscale: #CBCBCB. Windows color (decimal): -3551300 or 12373961. OLE color: 12373961.

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

Color convert

RGB201207188-
CMYK0.0300.090.19
HSL78.95º16.52%77.45%-
HSV(B)78.95º9.18%81.18%-
XYZ55.4860.6756.36-
YUV203.04119.51126.54-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.72%
GREEN value IS 207 (81.25% from 255) = 34.73%
BLUE value IS 188 (73.83% from 255) = 31.54%
R=33.72%
G=34.73%
B=31.54%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2012071880.0300.090.1978.9516.5277.45
HexC9CFBC309134f114d
Octal31131727430112311721115
Binary1100100111001111101111001101001100111001111100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9CFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9CFBC; }

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

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

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

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

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

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

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

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