#C6CABE

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

Shades of Harp #C6CABE

Tints of Harp #C6CABE

Color information

#C6CABE (or 0xC6CABE) is unknown color: approx Harp. HEX triplet: C6, CA and BE. RGB value is (198,202,190). Sum of RGB (Red+Green+Blue) = 198+202+190=590 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.56% from 590); Green value is 202 (79.30% from 255 or 34.24% from 590); Blue value is 190 (74.61% from 255 or 32.20% from 590); Max value from RGB is 202 - color contains mainly: green. Hex color #C6CABE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CABE is #393541. Grayscale: #C7C7C7. Windows color (decimal): -3749186 or 12503750. OLE color: 12503750.

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

Color convert

RGB198202190-
CMYK0.0200.060.21
HSL80º10.17%76.86%-
HSV(B)80º5.94%79.22%-
XYZ53.757.9657.07-
YUV199.44122.67126.98-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.56%
GREEN value IS 202 (79.30% from 255) = 34.24%
BLUE value IS 190 (74.61% from 255) = 32.20%
R=33.56%
G=34.24%
B=32.20%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1982021900.0200.060.218010.1776.86
HexC6CABE2061550a4d
Octal3063122762062512012115
Binary11000110110010101011111010011010101101000010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6CABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6CABE; }

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

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

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

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

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

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

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

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