#C1ABC9

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

Shades of Prelude #C1ABC9

Tints of Prelude #C1ABC9

Color information

#C1ABC9 (or 0xC1ABC9) is unknown color: approx Prelude. HEX triplet: C1, AB and C9. RGB value is (193,171,201). Sum of RGB (Red+Green+Blue) = 193+171+201=565 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.16% from 565); Green value is 171 (67.19% from 255 or 30.27% from 565); Blue value is 201 (78.91% from 255 or 35.58% from 565); Max value from RGB is 201 - color contains mainly: blue. Hex color #C1ABC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1ABC9 is #3E5436. Grayscale: #B4B4B4. Windows color (decimal): -4084791 or 13216705. OLE color: 13216705.

HSL color Cylindrical-coordinate representation of color #C1ABC9: hue angle of 284º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C1ABC9 is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB193171201-
CMYK0.040.1500.21
HSL284º21.74%72.94%-
HSV(B)284º14.93%78.82%-
XYZ47.144.6861.4-
YUV181139.29136.56-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.16%
GREEN value IS 171 (67.19% from 255) = 30.27%
BLUE value IS 201 (78.91% from 255) = 35.58%
R=34.16%
G=30.27%
B=35.58%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1931712010.040.1500.2128421.7472.94
HexC1ABC94F01511c1649
Octal30125331141702543426111
Binary1100000110101011110010011001111010101100011100101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1ABC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1ABC9; }

 p { color: rgb(193,171,201); }

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

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

 a { background-color: rgb(193,171,201); }

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

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

 span { border-color: rgb(193,171,201); }

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