#C6CFB5

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

Shades of Harp #C6CFB5

Tints of Harp #C6CFB5

Color information

#C6CFB5 (or 0xC6CFB5) is unknown color: approx Harp. HEX triplet: C6, CF and B5. RGB value is (198,207,181). Sum of RGB (Red+Green+Blue) = 198+207+181=586 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.79% from 586); Green value is 207 (81.25% from 255 or 35.32% from 586); Blue value is 181 (71.09% from 255 or 30.89% from 586); Max value from RGB is 207 - color contains mainly: green. Hex color #C6CFB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CFB5 is #39304A. Grayscale: #C9C9C9. Windows color (decimal): -3747915 or 11915206. OLE color: 11915206.

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

Color convert

RGB198207181-
CMYK0.0400.130.19
HSL80.77º21.31%76.08%-
HSV(B)80.77º12.56%81.18%-
XYZ53.9459.9752.45-
YUV201.34116.52125.61-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.79%
GREEN value IS 207 (81.25% from 255) = 35.32%
BLUE value IS 181 (71.09% from 255) = 30.89%
R=33.79%
G=35.32%
B=30.89%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1982071810.0400.130.1980.7721.3176.08
HexC6CFB540D1351154c
Octal30631726540152312125114
Binary11000110110011111011010110001101100111010001101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6CFB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6CFB5; }

 p { color: rgb(198,207,181); }

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

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

 a { background-color: rgb(198,207,181); }

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

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

 span { border-color: rgb(198,207,181); }

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