#C9CFB6

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

Shades of Harp #C9CFB6

Tints of Harp #C9CFB6

Color information

#C9CFB6 (or 0xC9CFB6) is unknown color: approx Harp. HEX triplet: C9, CF and B6. RGB value is (201,207,182). Sum of RGB (Red+Green+Blue) = 201+207+182=590 (78% of max value = 765). Red value is 201 (78.91% from 255 or 34.07% from 590); Green value is 207 (81.25% from 255 or 35.08% from 590); Blue value is 182 (71.48% from 255 or 30.85% from 590); Max value from RGB is 207 - color contains mainly: green. Hex color #C9CFB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CFB6 is #363049. Grayscale: #CACACA. Windows color (decimal): -3551306 or 11980745. OLE color: 11980745.

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

Color convert

RGB201207182-
CMYK0.0300.120.19
HSL74.4º20.66%76.27%-
HSV(B)74.4º12.08%81.18%-
XYZ54.8460.4253.03-
YUV202.36116.51127.03-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.07%
GREEN value IS 207 (81.25% from 255) = 35.08%
BLUE value IS 182 (71.48% from 255) = 30.85%
R=34.07%
G=35.08%
B=30.85%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2012071820.0300.120.1974.420.6676.27
HexC9CFB630C134a154c
Octal31131726630142311225114
Binary1100100111001111101101101101100100111001010101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9CFB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9CFB6; }

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

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

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

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

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

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

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

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