#C4B1CF

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

Shades of Prelude #C4B1CF

Tints of Prelude #C4B1CF

Color information

#C4B1CF (or 0xC4B1CF) is unknown color: approx Prelude. HEX triplet: C4, B1 and CF. RGB value is (196,177,207). Sum of RGB (Red+Green+Blue) = 196+177+207=580 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.79% from 580); Green value is 177 (69.53% from 255 or 30.52% from 580); Blue value is 207 (81.25% from 255 or 35.69% from 580); Max value from RGB is 207 - color contains mainly: blue. Hex color #C4B1CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4B1CF is #3B4E30. Grayscale: #BABABA. Windows color (decimal): -3886641 or 13611460. OLE color: 13611460.

HSL color Cylindrical-coordinate representation of color #C4B1CF: hue angle of 278º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C4B1CF is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB196177207-
CMYK0.050.1400.19
HSL278º23.81%75.29%-
HSV(B)278º14.49%81.18%-
XYZ49.7547.6965.61-
YUV186.1139.79135.06-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.79%
GREEN value IS 177 (69.53% from 255) = 30.52%
BLUE value IS 207 (81.25% from 255) = 35.69%
R=33.79%
G=30.52%
B=35.69%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1961772070.050.1400.1927823.8175.29
HexC4B1CF5E013116184b
Octal30426131751602342630113
Binary1100010010110001110011111011110010011100010110110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B1CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B1CF; }

 p { color: rgb(196,177,207); }

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

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

 a { background-color: rgb(196,177,207); }

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

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

 span { border-color: rgb(196,177,207); }

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