#C6CFBA

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

Shades of Harp #C6CFBA

Tints of Harp #C6CFBA

Color information

#C6CFBA (or 0xC6CFBA) is unknown color: approx Harp. HEX triplet: C6, CF and BA. RGB value is (198,207,186). Sum of RGB (Red+Green+Blue) = 198+207+186=591 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.50% from 591); Green value is 207 (81.25% from 255 or 35.03% from 591); Blue value is 186 (73.05% from 255 or 31.47% from 591); Max value from RGB is 207 - color contains mainly: green. Hex color #C6CFBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CFBA is #393045. Grayscale: #C9C9C9. Windows color (decimal): -3747910 or 12242886. OLE color: 12242886.

HSL color Cylindrical-coordinate representation of color #C6CFBA: hue angle of 85.71º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C6CFBA is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB198207186-
CMYK0.0400.100.19
HSL85.71º17.95%77.06%-
HSV(B)85.71º10.14%81.18%-
XYZ54.4660.1855.2-
YUV201.92119.02125.21-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.50%
GREEN value IS 207 (81.25% from 255) = 35.03%
BLUE value IS 186 (73.05% from 255) = 31.47%
R=33.50%
G=35.03%
B=31.47%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1982071860.0400.100.1985.7117.9577.06
HexC6CFBA40A1356124d
Octal30631727240122312622115
Binary11000110110011111011101010001010100111010110100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6CFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6CFBA; }

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

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

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

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

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

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

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

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