#C5CABD

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

Shades of Harp #C5CABD

Tints of Harp #C5CABD

Color information

#C5CABD (or 0xC5CABD) is unknown color: approx Harp. HEX triplet: C5, CA and BD. RGB value is (197,202,189). Sum of RGB (Red+Green+Blue) = 197+202+189=588 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.50% from 588); Green value is 202 (79.30% from 255 or 34.35% from 588); Blue value is 189 (74.22% from 255 or 32.14% from 588); Max value from RGB is 202 - color contains mainly: green. Hex color #C5CABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CABD is #3A3542. Grayscale: #C7C7C7. Windows color (decimal): -3814723 or 12438213. OLE color: 12438213.

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

Color convert

RGB197202189-
CMYK0.0200.060.21
HSL83.08º10.92%76.67%-
HSV(B)83.08º6.44%79.22%-
XYZ53.3357.7956.49-
YUV199.02122.34126.56-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.50%
GREEN value IS 202 (79.30% from 255) = 34.35%
BLUE value IS 189 (74.22% from 255) = 32.14%
R=33.50%
G=34.35%
B=32.14%

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
Decimal1972021890.0200.060.2183.0810.9276.67
HexC5CABD2061553b4d
Octal3053122752062512313115
Binary11000101110010101011110110011010101101001110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CABD; }

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

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

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

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

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

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

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

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