Html Css Color HEX #C4A9CD Prelude

📋 copy color: '#C4A9CD'

red 196 ◦ green 169 ◦ blue 205

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

Shades of Prelude #C4A9CD

Tints of Prelude #C4A9CD

RGB

 RED value IS 196 (76.95% from 255) = 34.39%

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

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

R = 34.39%
G = 29.65%
B = 35.96%

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

#C4A9CD (or 0xC4A9CD) is known color: Prelude. HEX triplet: C4, A9 and CD. RGB value is (196,169,205). Sum of RGB (Red+Green+Blue) = 196+169+205=570 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.39% from 570); Green value is 169 (66.41% from 255 or 29.65% from 570); Blue value is 205 (80.47% from 255 or 35.96% from 570); Max value from RGB is 205 - color contains mainly: blue. Hex color #C4A9CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4A9CD is #3B5632. Grayscale: #B5B5B5. Windows color (decimal): -3888691 or 13478340. OLE color: 13478340.

HSL color Cylindrical-coordinate representation of color #C4A9CD: hue angle of 285º 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 #C4A9CD is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 196 169 205 -
CMYK 0.04 0.18 0 0.20
HSL 285º 0.26% 0.73% -
HSV(B) 285º 0.18% 0.8% -
XYZ 47.97 44.52 63.82 -
YUV 181.18 141.45 138.57 -
System Red Green Blue C M Y K H S L
Decimal 196 169 205 0.04 0.18 0 0.20 285 0.26 0.73
Hex C4 A9 CD 4 12 0 14 11D 1A 49
Octal 304 251 315 4 22 0 24 435 32 111
Binary 11000100 10101001 11001101 100 10010 0 10100 100011101 11010 1001001

Color Harmonies of #C4A9CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A9CD

Black with #C4A9CD

Text Example


Text Example

White with #C4A9CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A9CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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