#C5B0CD

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

Shades of Prelude #C5B0CD

Tints of Prelude #C5B0CD

Color information

#C5B0CD (or 0xC5B0CD) is unknown color: approx Prelude. HEX triplet: C5, B0 and CD. RGB value is (197,176,205). Sum of RGB (Red+Green+Blue) = 197+176+205=578 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.08% from 578); Green value is 176 (69.14% from 255 or 30.45% from 578); Blue value is 205 (80.47% from 255 or 35.47% from 578); Max value from RGB is 205 - color contains mainly: blue. Hex color #C5B0CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5B0CD is #3A4F32. Grayscale: #B9B9B9. Windows color (decimal): -3821363 or 13480133. OLE color: 13480133.

HSL color Cylindrical-coordinate representation of color #C5B0CD: hue angle of 283.45º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C5B0CD is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB197176205-
CMYK0.040.1400.20
HSL283.45º22.48%74.71%-
HSV(B)283.45º14.15%80.39%-
XYZ49.5747.3364.28-
YUV185.58138.96136.14-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.08%
GREEN value IS 176 (69.14% from 255) = 30.45%
BLUE value IS 205 (80.47% from 255) = 35.47%
R=34.08%
G=30.45%
B=35.47%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1971762050.040.1400.20283.4522.4874.71
HexC5B0CD4E01411b164b
Octal30526031541602443326113
Binary1100010110110000110011011001110010100100011011101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B0CD; }

 p { color: rgb(197,176,205); }

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

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

 a { background-color: rgb(197,176,205); }

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

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

 span { border-color: rgb(197,176,205); }

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