#C4B7C8

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

Shades of Prelude #C4B7C8

Tints of Prelude #C4B7C8

Color information

#C4B7C8 (or 0xC4B7C8) is unknown color: approx Prelude. HEX triplet: C4, B7 and C8. RGB value is (196,183,200). Sum of RGB (Red+Green+Blue) = 196+183+200=579 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.85% from 579); Green value is 183 (71.88% from 255 or 31.61% from 579); Blue value is 200 (78.52% from 255 or 34.54% from 579); Max value from RGB is 200 - color contains mainly: blue. Hex color #C4B7C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4B7C8 is #3B4837. Grayscale: #BCBCBC. Windows color (decimal): -3885112 or 13154244. OLE color: 13154244.

HSL color Cylindrical-coordinate representation of color #C4B7C8: hue angle of 285.88º degrees, saturation: 0.13, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C4B7C8 is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB196183200-
CMYK0.020.0800.22
HSL285.88º13.39%75.1%-
HSV(B)285.88º8.5%78.43%-
XYZ50.1249.7761.61-
YUV188.82134.31133.12-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.85%
GREEN value IS 183 (71.88% from 255) = 31.61%
BLUE value IS 200 (78.52% from 255) = 34.54%
R=33.85%
G=31.61%
B=34.54%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1961832000.020.0800.22285.8813.3975.1
HexC4B7C82801611ed4b
Octal30426731021002643615113
Binary11000100101101111100100010100001011010001111011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B7C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B7C8; }

 p { color: rgb(196,183,200); }

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

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

 a { background-color: rgb(196,183,200); }

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

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

 span { border-color: rgb(196,183,200); }

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