Html Css Color HEX #C5C0C7 Prelude

📋 copy color: '#C5C0C7'

red 197 ◦ green 192 ◦ blue 199

#C5C0C7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Prelude #C5C0C7

Tints of Prelude #C5C0C7

RGB

 RED value IS 197 (77.34% from 255) = 33.5%

 GREEN value IS 192 (75.39% from 255) = 32.65%

 BLUE value IS 199 (78.13% from 255) = 33.84%

R = 33.5%
G = 32.65%
B = 33.84%

CMYK

 C value IS 0.01

 M value IS 0.04

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C5C0C7 (or 0xC5C0C7) is known color: 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

RGB 197 192 199 -
CMYK 0.01 0.04 0 0.22
HSL 282.86º 0.06% 0.77% -
HSV(B) 282.86º 0.04% 0.78% -
XYZ 52.18 53.69 61.65 -
YUV 194.29 130.66 129.93 -
System Red Green Blue C M Y K H S L
Decimal 197 192 199 0.01 0.04 0 0.22 282.86 0.06 0.77
Hex C5 C0 C7 1 4 0 16 11B 6 4D
Octal 305 300 307 1 4 0 26 433 6 115
Binary 11000101 11000000 11000111 1 100 0 10110 100011011 110 1001101

Color Harmonies of #C5C0C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5C0C7

Black with #C5C0C7

Text Example


Text Example

White with #C5C0C7

Text Example


Text Example

HTML Codes & Css Web 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>