#C4B0C9

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

Shades of Prelude #C4B0C9

Tints of Prelude #C4B0C9

Color information

#C4B0C9 (or 0xC4B0C9) is unknown color: approx Prelude. HEX triplet: C4, B0 and C9. RGB value is (196,176,201). Sum of RGB (Red+Green+Blue) = 196+176+201=573 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.21% from 573); Green value is 176 (69.14% from 255 or 30.72% from 573); Blue value is 201 (78.91% from 255 or 35.08% from 573); Max value from RGB is 201 - color contains mainly: blue. Hex color #C4B0C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4B0C9 is #3B4F36. Grayscale: #B8B8B8. Windows color (decimal): -3886903 or 13217988. OLE color: 13217988.

HSL color Cylindrical-coordinate representation of color #C4B0C9: hue angle of 288º 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 #C4B0C9 is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB196176201-
CMYK0.020.1200.21
HSL288º18.8%73.92%-
HSV(B)288º12.44%78.82%-
XYZ48.834761.76-
YUV184.83137.13135.97-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.21%
GREEN value IS 176 (69.14% from 255) = 30.72%
BLUE value IS 201 (78.91% from 255) = 35.08%
R=34.21%
G=30.72%
B=35.08%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1961762010.020.1200.2128818.873.92
HexC4B0C92C015120134a
Octal30426031121402544023112
Binary110001001011000011001001101100010101100100000100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B0C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B0C9; }

 p { color: rgb(196,176,201); }

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

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

 a { background-color: rgb(196,176,201); }

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

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

 span { border-color: rgb(196,176,201); }

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