#C6CAC1

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

Shades of Harp #C6CAC1

Tints of Harp #C6CAC1

Color information

#C6CAC1 (or 0xC6CAC1) is unknown color: approx Harp. HEX triplet: C6, CA and C1. RGB value is (198,202,193). Sum of RGB (Red+Green+Blue) = 198+202+193=593 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.39% from 593); Green value is 202 (79.30% from 255 or 34.06% from 593); Blue value is 193 (75.78% from 255 or 32.55% from 593); Max value from RGB is 202 - color contains mainly: green. Hex color #C6CAC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CAC1 is #39353E. Grayscale: #C7C7C7. Windows color (decimal): -3749183 or 12700358. OLE color: 12700358.

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

Color convert

RGB198202193-
CMYK0.0200.040.21
HSL86.67º7.83%77.45%-
HSV(B)86.67º4.46%79.22%-
XYZ54.0358.158.82-
YUV199.78124.17126.73-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.39%
GREEN value IS 202 (79.30% from 255) = 34.06%
BLUE value IS 193 (75.78% from 255) = 32.55%
R=33.39%
G=34.06%
B=32.55%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1982021930.0200.040.2186.677.8377.45
HexC6CAC1204155784d
Octal3063123012042512710115
Binary11000110110010101100000110010010101101011110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6CAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6CAC1; }

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

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

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

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

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

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

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

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