#C9CFBE

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

Shades of Harp #C9CFBE

Tints of Harp #C9CFBE

Color information

#C9CFBE (or 0xC9CFBE) is unknown color: approx Harp. HEX triplet: C9, CF and BE. RGB value is (201,207,190). Sum of RGB (Red+Green+Blue) = 201+207+190=598 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.61% from 598); Green value is 207 (81.25% from 255 or 34.62% from 598); Blue value is 190 (74.61% from 255 or 31.77% from 598); Max value from RGB is 207 - color contains mainly: green. Hex color #C9CFBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CFBE is #363041. Grayscale: #CBCBCB. Windows color (decimal): -3551298 or 12505033. OLE color: 12505033.

HSL color Cylindrical-coordinate representation of color #C9CFBE: hue angle of 81.18º degrees, saturation: 0.15, 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 #C9CFBE is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB201207190-
CMYK0.0300.080.19
HSL81.18º15.04%77.84%-
HSV(B)81.18º8.21%81.18%-
XYZ55.6960.7657.51-
YUV203.27120.51126.38-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.61%
GREEN value IS 207 (81.25% from 255) = 34.62%
BLUE value IS 190 (74.61% from 255) = 31.77%
R=33.61%
G=34.62%
B=31.77%

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
Decimal2012071900.0300.080.1981.1815.0477.84
HexC9CFBE3081351f4e
Octal31131727630102312117116
Binary110010011100111110111110110100010011101000111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9CFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9CFBE; }

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

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

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

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

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

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

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

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