Html Css Color HEX #C3AACB Prelude

📋 copy color: '#C3AACB'

red 195 ◦ green 170 ◦ blue 203

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

Shades of Prelude #C3AACB

Tints of Prelude #C3AACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 35.74%

R = 34.33%
G = 29.93%
B = 35.74%

CMYK

 C value IS 0.04

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C3AACB (or 0xC3AACB) is known color: Prelude. HEX triplet: C3, AA and CB. RGB value is (195,170,203). Sum of RGB (Red+Green+Blue) = 195+170+203=568 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.33% from 568); Green value is 170 (66.80% from 255 or 29.93% from 568); Blue value is 203 (79.69% from 255 or 35.74% from 568); Max value from RGB is 203 - color contains mainly: blue. Hex color #C3AACB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3AACB is #3C5534. Grayscale: #B5B5B5. Windows color (decimal): -3953973 or 13347523. OLE color: 13347523.

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

Color convert

RGB 195 170 203 -
CMYK 0.04 0.16 0 0.20
HSL 285.45º 0.24% 0.73% -
HSV(B) 285.45º 0.16% 0.8% -
XYZ 47.66 44.66 62.61 -
YUV 181.24 140.28 137.82 -
System Red Green Blue C M Y K H S L
Decimal 195 170 203 0.04 0.16 0 0.20 285.45 0.24 0.73
Hex C3 AA CB 4 10 0 14 11D 18 49
Octal 303 252 313 4 20 0 24 435 30 111
Binary 11000011 10101010 11001011 100 10000 0 10100 100011101 11000 1001001

Color Harmonies of #C3AACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AACB

Black with #C3AACB

Text Example


Text Example

White with #C3AACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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