#C5C0C7

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

Shades of Prelude #C5C0C7

Tints of Prelude #C5C0C7

Color information

#C5C0C7 (or 0xC5C0C7) is unknown color: approx Prelude. HEX triplet: C5, C0 and C7. RGB value is (197,192,199). Sum of RGB (Red+Green+Blue) = 197+192+199=588 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.50% from 588); Green value is 192 (75.39% from 255 or 32.65% from 588); Blue value is 199 (78.12% from 255 or 33.84% from 588); Max value from RGB is 199 - color contains mainly: blue. Hex color #C5C0C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5C0C7 is #3A3F38. Grayscale: #C2C2C2. Windows color (decimal): -3817273 or 13091013. OLE color: 13091013.

HSL color Cylindrical-coordinate representation of color #C5C0C7: hue angle of 282.86º degrees, saturation: 0.06, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C5C0C7 is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB197192199-
CMYK0.010.0400.22
HSL282.86º5.88%76.67%-
HSV(B)282.86º3.52%78.04%-
XYZ52.1853.6961.65-
YUV194.29130.66129.93-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.50%
GREEN value IS 192 (75.39% from 255) = 32.65%
BLUE value IS 199 (78.12% from 255) = 33.84%
R=33.50%
G=32.65%
B=33.84%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1971921990.010.0400.22282.865.8876.67
HexC5C0C71401611b64d
Octal305300307140264336115
Binary11000101110000001100011111000101101000110111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5C0C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5C0C7; }

 p { color: rgb(197,192,199); }

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

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

 a { background-color: rgb(197,192,199); }

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

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

 span { border-color: rgb(197,192,199); }

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