#C6CABF

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

Shades of Harp #C6CABF

Tints of Harp #C6CABF

Color information

#C6CABF (or 0xC6CABF) is unknown color: approx Harp. HEX triplet: C6, CA and BF. RGB value is (198,202,191). Sum of RGB (Red+Green+Blue) = 198+202+191=591 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.50% from 591); Green value is 202 (79.30% from 255 or 34.18% from 591); Blue value is 191 (75% from 255 or 32.32% from 591); Max value from RGB is 202 - color contains mainly: green. Hex color #C6CABF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CABF is #393540. Grayscale: #C7C7C7. Windows color (decimal): -3749185 or 12569286. OLE color: 12569286.

HSL color Cylindrical-coordinate representation of color #C6CABF: hue angle of 81.82º degrees, saturation: 0.09, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C6CABF is Cyan = 0.02, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB198202191-
CMYK0.0200.050.21
HSL81.82º9.4%77.06%-
HSV(B)81.82º5.45%79.22%-
XYZ53.8158.0157.65-
YUV199.55123.17126.89-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.50%
GREEN value IS 202 (79.30% from 255) = 34.18%
BLUE value IS 191 (75% from 255) = 32.32%
R=33.50%
G=34.18%
B=32.32%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1982021910.0200.050.2181.829.477.06
HexC6CABF205155294d
Octal3063122772052512211115
Binary11000110110010101011111110010110101101001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6CABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6CABF; }

 p { color: rgb(198,202,191); }

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

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

 a { background-color: rgb(198,202,191); }

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

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

 span { border-color: rgb(198,202,191); }

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