#C1ACCA

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

Shades of Prelude #C1ACCA

Tints of Prelude #C1ACCA

Color information

#C1ACCA (or 0xC1ACCA) is unknown color: approx Prelude. HEX triplet: C1, AC and CA. RGB value is (193,172,202). Sum of RGB (Red+Green+Blue) = 193+172+202=567 (75% of max value = 765). Red value is 193 (75.78% from 255 or 34.04% from 567); Green value is 172 (67.58% from 255 or 30.34% from 567); Blue value is 202 (79.30% from 255 or 35.63% from 567); Max value from RGB is 202 - color contains mainly: blue. Hex color #C1ACCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1ACCA is #3E5335. Grayscale: #B5B5B5. Windows color (decimal): -4084534 or 13282497. OLE color: 13282497.

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

Color convert

RGB193172202-
CMYK0.040.1500.21
HSL282º22.06%73.33%-
HSV(B)282º14.85%79.22%-
XYZ47.4145.1162.09-
YUV181.7139.46136.06-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.04%
GREEN value IS 172 (67.58% from 255) = 30.34%
BLUE value IS 202 (79.30% from 255) = 35.63%
R=34.04%
G=30.34%
B=35.63%

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
Decimal1931722020.040.1500.2128222.0673.33
HexC1ACCA4F01511a1649
Octal30125431241702543226111
Binary1100000110101100110010101001111010101100011010101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1ACCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1ACCA; }

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

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

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

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

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

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

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

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