Html Css Color HEX #C5A9CD Prelude

📋 copy color: '#C5A9CD'

red 197 ◦ green 169 ◦ blue 205

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

Shades of Prelude #C5A9CD

Tints of Prelude #C5A9CD

RGB

 RED value IS 197 (77.34% from 255) = 34.5%

 GREEN value IS 169 (66.41% from 255) = 29.6%

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

R = 34.5%
G = 29.6%
B = 35.9%

CMYK

 C value IS 0.04

 M value IS 0.18

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C5A9CD (or 0xC5A9CD) is known color: Prelude. HEX triplet: C5, A9 and CD. RGB value is (197,169,205). Sum of RGB (Red+Green+Blue) = 197+169+205=571 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.50% from 571); Green value is 169 (66.41% from 255 or 29.60% from 571); Blue value is 205 (80.47% from 255 or 35.90% from 571); Max value from RGB is 205 - color contains mainly: blue. Hex color #C5A9CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5A9CD is #3A5632. Grayscale: #B5B5B5. Windows color (decimal): -3823155 or 13478341. OLE color: 13478341.

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

Color convert

RGB 197 169 205 -
CMYK 0.04 0.18 0 0.20
HSL 286.67º 0.26% 0.73% -
HSV(B) 286.67º 0.18% 0.8% -
XYZ 48.23 44.65 63.83 -
YUV 181.48 141.28 139.07 -
System Red Green Blue C M Y K H S L
Decimal 197 169 205 0.04 0.18 0 0.20 286.67 0.26 0.73
Hex C5 A9 CD 4 12 0 14 11F 1A 49
Octal 305 251 315 4 22 0 24 437 32 111
Binary 11000101 10101001 11001101 100 10010 0 10100 100011111 11010 1001001

Color Harmonies of #C5A9CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A9CD

Black with #C5A9CD

Text Example


Text Example

White with #C5A9CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A9CD; }

 p { color: rgb(197,169,205); }

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

background-color css

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

 a { background-color: rgb(197,169,205); }

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

border-color css

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

 span { border-color: rgb(197,169,205); }

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