#C1ACCC

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

Shades of Prelude #C1ACCC

Tints of Prelude #C1ACCC

Color information

#C1ACCC (or 0xC1ACCC) is unknown color: approx Prelude. HEX triplet: C1, AC and CC. RGB value is (193,172,204). Sum of RGB (Red+Green+Blue) = 193+172+204=569 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.92% from 569); Green value is 172 (67.58% from 255 or 30.23% from 569); Blue value is 204 (80.08% from 255 or 35.85% from 569); Max value from RGB is 204 - color contains mainly: blue. Hex color #C1ACCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1ACCC is #3E5333. Grayscale: #B5B5B5. Windows color (decimal): -4084532 or 13413569. OLE color: 13413569.

HSL color Cylindrical-coordinate representation of color #C1ACCC: hue angle of 279.38º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C1ACCC is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB193172204-
CMYK0.050.1600.2
HSL279.38º23.88%73.73%-
HSV(B)279.38º15.69%80%-
XYZ47.6445.263.34-
YUV181.93140.46135.9-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.92%
GREEN value IS 172 (67.58% from 255) = 30.23%
BLUE value IS 204 (80.08% from 255) = 35.85%
R=33.92%
G=30.23%
B=35.85%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1931722040.050.1600.2279.3823.8873.73
HexC1ACCC510014117184a
Octal30125431452002442730112
Binary11000001101011001100110010110000010100100010111110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1ACCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1ACCC; }

 p { color: rgb(193,172,204); }

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

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

 a { background-color: rgb(193,172,204); }

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

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

 span { border-color: rgb(193,172,204); }

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