Html Css Color HEX #C2AACA Prelude

📋 copy color: '#C2AACA'

red 194 ◦ green 170 ◦ blue 202

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

Shades of Prelude #C2AACA

Tints of Prelude #C2AACA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 35.69%

R = 34.28%
G = 30.04%
B = 35.69%

CMYK

 C value IS 0.04

 M value IS 0.16

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C2AACA (or 0xC2AACA) is known color: Prelude. HEX triplet: C2, AA and CA. RGB value is (194,170,202). Sum of RGB (Red+Green+Blue) = 194+170+202=566 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.28% from 566); Green value is 170 (66.80% from 255 or 30.04% from 566); Blue value is 202 (79.30% from 255 or 35.69% from 566); Max value from RGB is 202 - color contains mainly: blue. Hex color #C2AACA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2AACA is #3D5535. Grayscale: #B4B4B4. Windows color (decimal): -4019510 or 13281986. OLE color: 13281986.

HSL color Cylindrical-coordinate representation of color #C2AACA: hue angle of 285º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C2AACA is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 194 170 202 -
CMYK 0.04 0.16 0 0.21
HSL 285º 0.23% 0.73% -
HSV(B) 285º 0.16% 0.79% -
XYZ 47.28 44.48 61.97 -
YUV 180.82 139.95 137.4 -
System Red Green Blue C M Y K H S L
Decimal 194 170 202 0.04 0.16 0 0.21 285 0.23 0.73
Hex C2 AA CA 4 10 0 15 11D 17 49
Octal 302 252 312 4 20 0 25 435 27 111
Binary 11000010 10101010 11001010 100 10000 0 10101 100011101 10111 1001001

Color Harmonies of #C2AACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AACA

Black with #C2AACA

Text Example


Text Example

White with #C2AACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AACA; }

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

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

background-color css

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

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

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

border-color css

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

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

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