Html Css Color HEX #C3AACA Prelude

📋 copy color: '#C3AACA'

red 195 ◦ green 170 ◦ blue 202

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

Shades of Prelude #C3AACA

Tints of Prelude #C3AACA

RGB

 RED value IS 195 (76.56% from 255) = 34.39%

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

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

R = 34.39%
G = 29.98%
B = 35.63%

CMYK

 C value IS 0.03

 M value IS 0.16

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C3AACA (or 0xC3AACA) is known color: Prelude. HEX triplet: C3, AA and CA. RGB value is (195,170,202). Sum of RGB (Red+Green+Blue) = 195+170+202=567 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.39% from 567); Green value is 170 (66.80% from 255 or 29.98% 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 #C3AACA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3AACA is #3C5535. Grayscale: #B5B5B5. Windows color (decimal): -3953974 or 13281987. OLE color: 13281987.

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

Color convert

RGB 195 170 202 -
CMYK 0.03 0.16 0 0.21
HSL 286.88º 0.23% 0.73% -
HSV(B) 286.88º 0.16% 0.79% -
XYZ 47.54 44.62 61.98 -
YUV 181.12 139.78 137.9 -
System Red Green Blue C M Y K H S L
Decimal 195 170 202 0.03 0.16 0 0.21 286.88 0.23 0.73
Hex C3 AA CA 3 10 0 15 11F 17 49
Octal 303 252 312 3 20 0 25 437 27 111
Binary 11000011 10101010 11001010 11 10000 0 10101 100011111 10111 1001001

Color Harmonies of #C3AACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AACA

Black with #C3AACA

Text Example


Text Example

White with #C3AACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AACA; }

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

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

background-color css

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

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

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

border-color css

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

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

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