#C5CABA

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

Shades of Harp #C5CABA

Tints of Harp #C5CABA

Color information

#C5CABA (or 0xC5CABA) is unknown color: approx Harp. HEX triplet: C5, CA and BA. RGB value is (197,202,186). Sum of RGB (Red+Green+Blue) = 197+202+186=585 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.68% from 585); Green value is 202 (79.30% from 255 or 34.53% from 585); Blue value is 186 (73.05% from 255 or 31.79% from 585); Max value from RGB is 202 - color contains mainly: green. Hex color #C5CABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CABA is #3A3545. Grayscale: #C6C6C6. Windows color (decimal): -3814726 or 12241605. OLE color: 12241605.

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

Color convert

RGB197202186-
CMYK0.0200.080.21
HSL78.75º13.11%76.08%-
HSV(B)78.75º7.92%79.22%-
XYZ53.0157.6654.79-
YUV198.68120.84126.8-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.68%
GREEN value IS 202 (79.30% from 255) = 34.53%
BLUE value IS 186 (73.05% from 255) = 31.79%
R=33.68%
G=34.53%
B=31.79%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1972021860.0200.080.2178.7513.1176.08
HexC5CABA208154fd4c
Octal30531227220102511715114
Binary110001011100101010111010100100010101100111111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CABA; }

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

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

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

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

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

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

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

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