#C6CABC

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

Shades of Harp #C6CABC

Tints of Harp #C6CABC

Color information

#C6CABC (or 0xC6CABC) is unknown color: approx Harp. HEX triplet: C6, CA and BC. RGB value is (198,202,188). Sum of RGB (Red+Green+Blue) = 198+202+188=588 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.67% from 588); Green value is 202 (79.30% from 255 or 34.35% from 588); Blue value is 188 (73.83% from 255 or 31.97% from 588); Max value from RGB is 202 - color contains mainly: green. Hex color #C6CABC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CABC is #393543. Grayscale: #C7C7C7. Windows color (decimal): -3749188 or 12372678. OLE color: 12372678.

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

Color convert

RGB198202188-
CMYK0.0200.070.21
HSL77.14º11.67%76.47%-
HSV(B)77.14º6.93%79.22%-
XYZ53.4957.8855.93-
YUV199.21121.67127.14-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.67%
GREEN value IS 202 (79.30% from 255) = 34.35%
BLUE value IS 188 (73.83% from 255) = 31.97%
R=33.67%
G=34.35%
B=31.97%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1982021880.0200.070.2177.1411.6776.47
HexC6CABC207154dc4c
Octal3063122742072511514114
Binary11000110110010101011110010011110101100110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6CABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6CABC; }

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

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

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

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

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

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

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

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