#C3AACB

Color #C3AACB Prelude (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prelude #C3AACB

Tints of Prelude #C3AACB

Color information

#C3AACB (or 0xC3AACB) is unknown color: approx 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

RGB195170203-
CMYK0.040.1600.20
HSL285.45º24.09%73.14%-
HSV(B)285.45º16.26%79.61%-
XYZ47.6644.6662.61-
YUV181.24140.28137.82-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.33%
GREEN value IS 170 (66.80% 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 (Cyan) values IS 0.04
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1951702030.040.1600.20285.4524.0973.14
HexC3AACB41001411d1849
Octal30325231342002443530111
Binary11000011101010101100101110010000010100100011101110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>