Html Css Color HEX #C2AACC Prelude

📋 copy color: '#C2AACC'

red 194 ◦ green 170 ◦ blue 204

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

Shades of Prelude #C2AACC

Tints of Prelude #C2AACC

RGB

 RED value IS 194 (76.17% from 255) = 34.15%

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

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

R = 34.15%
G = 29.93%
B = 35.92%

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

#C2AACC (or 0xC2AACC) is known color: Prelude. HEX triplet: C2, AA and CC. RGB value is (194,170,204). Sum of RGB (Red+Green+Blue) = 194+170+204=568 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.15% from 568); Green value is 170 (66.80% from 255 or 29.93% from 568); Blue value is 204 (80.08% from 255 or 35.92% from 568); Max value from RGB is 204 - color contains mainly: blue. Hex color #C2AACC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2AACC is #3D5533. Grayscale: #B4B4B4. Windows color (decimal): -4019508 or 13413058. OLE color: 13413058.

HSL color Cylindrical-coordinate representation of color #C2AACC: hue angle of 282.35º 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 #C2AACC is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 194 170 204 -
CMYK 0.05 0.17 0 0.2
HSL 282.35º 0.25% 0.73% -
HSV(B) 282.35º 0.17% 0.8% -
XYZ 47.52 44.58 63.23 -
YUV 181.05 140.95 137.24 -
System Red Green Blue C M Y K H S L
Decimal 194 170 204 0.05 0.17 0 0.2 282.35 0.25 0.73
Hex C2 AA CC 5 11 0 14 11A 19 49
Octal 302 252 314 5 21 0 24 432 31 111
Binary 11000010 10101010 11001100 101 10001 0 10100 100011010 11001 1001001

Color Harmonies of #C2AACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AACC

Black with #C2AACC

Text Example


Text Example

White with #C2AACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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