#C5CABE

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

Shades of Harp #C5CABE

Tints of Harp #C5CABE

Color information

#C5CABE (or 0xC5CABE) is unknown color: approx Harp. HEX triplet: C5, CA and BE. RGB value is (197,202,190). Sum of RGB (Red+Green+Blue) = 197+202+190=589 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.45% from 589); Green value is 202 (79.30% from 255 or 34.30% from 589); Blue value is 190 (74.61% from 255 or 32.26% from 589); Max value from RGB is 202 - color contains mainly: green. Hex color #C5CABE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CABE is #3A3541. Grayscale: #C7C7C7. Windows color (decimal): -3814722 or 12503749. OLE color: 12503749.

HSL color Cylindrical-coordinate representation of color #C5CABE: hue angle of 85º 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 #C5CABE is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB197202190-
CMYK0.0200.060.21
HSL85º10.17%76.86%-
HSV(B)85º5.94%79.22%-
XYZ53.4457.8357.06-
YUV199.14122.84126.48-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.45%
GREEN value IS 202 (79.30% from 255) = 34.30%
BLUE value IS 190 (74.61% from 255) = 32.26%
R=33.45%
G=34.30%
B=32.26%

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
Decimal1972021900.0200.060.218510.1776.86
HexC5CABE2061555a4d
Octal3053122762062512512115
Binary11000101110010101011111010011010101101010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CABE; }

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

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

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

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

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

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

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

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