Html Css Color HEX #C1AACC Prelude

📋 copy color: '#C1AACC'

red 193 ◦ green 170 ◦ blue 204

#C1AACC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Prelude #C1AACC

Tints of Prelude #C1AACC

RGB

 RED value IS 193 (75.78% from 255) = 34.04%

 GREEN value IS 170 (66.8% from 255) = 29.98%

 BLUE value IS 204 (80.08% from 255) = 35.98%

R = 34.04%
G = 29.98%
B = 35.98%

CMYK

 C value IS 0.05

 M value IS 0.17

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C1AACC (or 0xC1AACC) is known color: Prelude. HEX triplet: C1, AA and CC. RGB value is (193,170,204). Sum of RGB (Red+Green+Blue) = 193+170+204=567 (75% of max value = 765). Red value is 193 (75.78% from 255 or 34.04% from 567); Green value is 170 (66.80% from 255 or 29.98% from 567); Blue value is 204 (80.08% from 255 or 35.98% from 567); Max value from RGB is 204 - color contains mainly: blue. Hex color #C1AACC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1AACC is #3E5533. Grayscale: #B4B4B4. Windows color (decimal): -4085044 or 13413057. OLE color: 13413057.

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

Color convert

RGB 193 170 204 -
CMYK 0.05 0.17 0 0.2
HSL 280.59º 0.25% 0.73% -
HSV(B) 280.59º 0.17% 0.8% -
XYZ 47.27 44.45 63.21 -
YUV 180.75 141.12 136.74 -
System Red Green Blue C M Y K H S L
Decimal 193 170 204 0.05 0.17 0 0.2 280.59 0.25 0.73
Hex C1 AA CC 5 11 0 14 119 19 49
Octal 301 252 314 5 21 0 24 431 31 111
Binary 11000001 10101010 11001100 101 10001 0 10100 100011001 11001 1001001

Color Harmonies of #C1AACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1AACC

Black with #C1AACC

Text Example


Text Example

White with #C1AACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1AACC; }

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

 H1.HeaderClassName
 {
   color: #C1AACC;
 }
 .AnyTagClassName
 {
   color: #C1AACC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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