Html Css Color HEX #C5AACC Prelude

📋 copy color: '#C5AACC'

red 197 ◦ green 170 ◦ blue 204

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

Shades of Prelude #C5AACC

Tints of Prelude #C5AACC

RGB

 RED value IS 197 (77.34% from 255) = 34.5%

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

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

R = 34.5%
G = 29.77%
B = 35.73%

CMYK

 C value IS 0.03

 M value IS 0.17

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C5AACC (or 0xC5AACC) is known color: Prelude. HEX triplet: C5, AA and CC. RGB value is (197,170,204). Sum of RGB (Red+Green+Blue) = 197+170+204=571 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.50% from 571); Green value is 170 (66.80% from 255 or 29.77% from 571); Blue value is 204 (80.08% from 255 or 35.73% from 571); Max value from RGB is 204 - color contains mainly: blue. Hex color #C5AACC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5AACC is #3A5533. Grayscale: #B5B5B5. Windows color (decimal): -3822900 or 13413061. OLE color: 13413061.

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

Color convert

RGB 197 170 204 -
CMYK 0.03 0.17 0 0.2
HSL 287.65º 0.25% 0.73% -
HSV(B) 287.65º 0.17% 0.8% -
XYZ 48.3 44.98 63.26 -
YUV 181.95 140.45 138.74 -
System Red Green Blue C M Y K H S L
Decimal 197 170 204 0.03 0.17 0 0.2 287.65 0.25 0.73
Hex C5 AA CC 3 11 0 14 120 19 49
Octal 305 252 314 3 21 0 24 440 31 111
Binary 11000101 10101010 11001100 11 10001 0 10100 100100000 11001 1001001

Color Harmonies of #C5AACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AACC

Black with #C5AACC

Text Example


Text Example

White with #C5AACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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