Html Css Color HEX #C3A6CC Prelude

📋 copy color: '#C3A6CC'

red 195 ◦ green 166 ◦ blue 204

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

Shades of Prelude #C3A6CC

Tints of Prelude #C3A6CC

RGB

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

 GREEN value IS 166 (65.23% from 255) = 29.38%

 BLUE value IS 204 (80.08% from 255) = 36.11%

R = 34.51%
G = 29.38%
B = 36.11%

CMYK

 C value IS 0.04

 M value IS 0.19

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C3A6CC (or 0xC3A6CC) is known color: Prelude. HEX triplet: C3, A6 and CC. RGB value is (195,166,204). Sum of RGB (Red+Green+Blue) = 195+166+204=565 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.51% from 565); Green value is 166 (65.23% from 255 or 29.38% from 565); Blue value is 204 (80.08% from 255 or 36.11% from 565); Max value from RGB is 204 - color contains mainly: blue. Hex color #C3A6CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3A6CC is #3C5933. Grayscale: #B2B2B2. Windows color (decimal): -3954996 or 13412035. OLE color: 13412035.

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

Color convert

RGB 195 166 204 -
CMYK 0.04 0.19 0 0.2
HSL 285.79º 0.27% 0.73% -
HSV(B) 285.79º 0.19% 0.8% -
XYZ 47.04 43.23 62.99 -
YUV 179 142.11 139.41 -
System Red Green Blue C M Y K H S L
Decimal 195 166 204 0.04 0.19 0 0.2 285.79 0.27 0.73
Hex C3 A6 CC 4 13 0 14 11E 1B 49
Octal 303 246 314 4 23 0 24 436 33 111
Binary 11000011 10100110 11001100 100 10011 0 10100 100011110 11011 1001001

Color Harmonies of #C3A6CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A6CC

Black with #C3A6CC

Text Example


Text Example

White with #C3A6CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A6CC; }

 p { color: rgb(195,166,204); }

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

background-color css

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

 a { background-color: rgb(195,166,204); }

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

border-color css

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

 span { border-color: rgb(195,166,204); }

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