#C4B1CA

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

Shades of Prelude #C4B1CA

Tints of Prelude #C4B1CA

Color information

#C4B1CA (or 0xC4B1CA) is unknown color: approx Prelude. HEX triplet: C4, B1 and CA. RGB value is (196,177,202). Sum of RGB (Red+Green+Blue) = 196+177+202=575 (76% of max value = 765). Red value is 196 (76.95% from 255 or 34.09% from 575); Green value is 177 (69.53% from 255 or 30.78% from 575); Blue value is 202 (79.30% from 255 or 35.13% from 575); Max value from RGB is 202 - color contains mainly: blue. Hex color #C4B1CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4B1CA is #3B4E35. Grayscale: #B9B9B9. Windows color (decimal): -3886646 or 13283780. OLE color: 13283780.

HSL color Cylindrical-coordinate representation of color #C4B1CA: hue angle of 285.6º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C4B1CA is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB196177202-
CMYK0.030.1200.21
HSL285.6º19.08%74.31%-
HSV(B)285.6º12.38%79.22%-
XYZ49.1547.4462.44-
YUV185.53137.29135.47-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.09%
GREEN value IS 177 (69.53% from 255) = 30.78%
BLUE value IS 202 (79.30% from 255) = 35.13%
R=34.09%
G=30.78%
B=35.13%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1961772020.030.1200.21285.619.0874.31
HexC4B1CA3C01511e134a
Octal30426131231402543623112
Binary110001001011000111001010111100010101100011110100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B1CA; }

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

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

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

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

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

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

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

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