#C9CAC7

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

Shades of Harp #C9CAC7

Tints of Harp #C9CAC7

Color information

#C9CAC7 (or 0xC9CAC7) is unknown color: approx Harp. HEX triplet: C9, CA and C7. RGB value is (201,202,199). Sum of RGB (Red+Green+Blue) = 201+202+199=602 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.39% from 602); Green value is 202 (79.30% from 255 or 33.55% from 602); Blue value is 199 (78.12% from 255 or 33.06% from 602); Max value from RGB is 202 - color contains mainly: green. Hex color #C9CAC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CAC7 is #363538. Grayscale: #C9C9C9. Windows color (decimal): -3552569 or 13093577. OLE color: 13093577.

HSL color Cylindrical-coordinate representation of color #C9CAC7: hue angle of 80º degrees, saturation: 0.03, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #C9CAC7 is Cyan = 0.00, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.21.

Color convert

RGB201202199-
CMYK0.0000.010.21
HSL80º2.75%78.63%-
HSV(B)80º1.49%79.22%-
XYZ55.5258.7862.45-
YUV201.36126.67127.74-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.39%
GREEN value IS 202 (79.30% from 255) = 33.55%
BLUE value IS 199 (78.12% from 255) = 33.06%
R=33.39%
G=33.55%
B=33.06%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2012021990.0000.010.21802.7578.63
HexC9CAC7001155034f
Octal311312307001251203117
Binary110010011100101011000111001101011010000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9CAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9CAC7; }

 p { color: rgb(201,202,199); }

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

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

 a { background-color: rgb(201,202,199); }

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

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

 span { border-color: rgb(201,202,199); }

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