Html Css Color HEX #C3AACF Prelude

📋 copy color: '#C3AACF'

red 195 ◦ green 170 ◦ blue 207

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

Shades of Prelude #C3AACF

Tints of Prelude #C3AACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36.19%

R = 34.09%
G = 29.72%
B = 36.19%

CMYK

 C value IS 0.06

 M value IS 0.18

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C3AACF (or 0xC3AACF) is known color: Prelude. HEX triplet: C3, AA and CF. RGB value is (195,170,207). Sum of RGB (Red+Green+Blue) = 195+170+207=572 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.09% from 572); Green value is 170 (66.80% from 255 or 29.72% from 572); Blue value is 207 (81.25% from 255 or 36.19% from 572); Max value from RGB is 207 - color contains mainly: blue. Hex color #C3AACF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3AACF is #3C5530. Grayscale: #B5B5B5. Windows color (decimal): -3953969 or 13609667. OLE color: 13609667.

HSL color Cylindrical-coordinate representation of color #C3AACF: hue angle of 280.54º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C3AACF is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 195 170 207 -
CMYK 0.06 0.18 0 0.19
HSL 280.54º 0.28% 0.74% -
HSV(B) 280.54º 0.18% 0.81% -
XYZ 48.14 44.86 65.15 -
YUV 181.69 142.28 137.49 -
System Red Green Blue C M Y K H S L
Decimal 195 170 207 0.06 0.18 0 0.19 280.54 0.28 0.74
Hex C3 AA CF 6 12 0 13 119 1C 4A
Octal 303 252 317 6 22 0 23 431 34 112
Binary 11000011 10101010 11001111 110 10010 0 10011 100011001 11100 1001010

Color Harmonies of #C3AACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AACF

Black with #C3AACF

Text Example


Text Example

White with #C3AACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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