Html Css Color HEX #C2A6CD Prelude

📋 copy color: '#C2A6CD'

red 194 ◦ green 166 ◦ blue 205

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

Shades of Prelude #C2A6CD

Tints of Prelude #C2A6CD

RGB

 RED value IS 194 (76.17% from 255) = 34.34%

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

 BLUE value IS 205 (80.47% from 255) = 36.28%

R = 34.34%
G = 29.38%
B = 36.28%

CMYK

 C value IS 0.05

 M value IS 0.19

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C2A6CD (or 0xC2A6CD) is known color: Prelude. HEX triplet: C2, A6 and CD. RGB value is (194,166,205). Sum of RGB (Red+Green+Blue) = 194+166+205=565 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.34% from 565); Green value is 166 (65.23% from 255 or 29.38% from 565); Blue value is 205 (80.47% from 255 or 36.28% from 565); Max value from RGB is 205 - color contains mainly: blue. Hex color #C2A6CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2A6CD is #3D5932. Grayscale: #B2B2B2. Windows color (decimal): -4020531 or 13477570. OLE color: 13477570.

HSL color Cylindrical-coordinate representation of color #C2A6CD: hue angle of 283.08º degrees, saturation: 0.28, 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 #C2A6CD is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 194 166 205 -
CMYK 0.05 0.19 0 0.20
HSL 283.08º 0.28% 0.73% -
HSV(B) 283.08º 0.19% 0.8% -
XYZ 46.9 43.15 63.61 -
YUV 178.82 142.78 138.83 -
System Red Green Blue C M Y K H S L
Decimal 194 166 205 0.05 0.19 0 0.20 283.08 0.28 0.73
Hex C2 A6 CD 5 13 0 14 11B 1C 49
Octal 302 246 315 5 23 0 24 433 34 111
Binary 11000010 10100110 11001101 101 10011 0 10100 100011011 11100 1001001

Color Harmonies of #C2A6CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A6CD

Black with #C2A6CD

Text Example


Text Example

White with #C2A6CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A6CD; }

 p { color: rgb(194,166,205); }

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

background-color css

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

 a { background-color: rgb(194,166,205); }

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

border-color css

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

 span { border-color: rgb(194,166,205); }

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