Html Css Color HEX #C1A9CD Prelude

📋 copy color: '#C1A9CD'

red 193 ◦ green 169 ◦ blue 205

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

Shades of Prelude #C1A9CD

Tints of Prelude #C1A9CD

RGB

 RED value IS 193 (75.78% from 255) = 34.04%

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

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

R = 34.04%
G = 29.81%
B = 36.16%

CMYK

 C value IS 0.06

 M value IS 0.18

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C1A9CD (or 0xC1A9CD) is known color: Prelude. HEX triplet: C1, A9 and CD. RGB value is (193,169,205). Sum of RGB (Red+Green+Blue) = 193+169+205=567 (75% of max value = 765). Red value is 193 (75.78% from 255 or 34.04% from 567); Green value is 169 (66.41% from 255 or 29.81% from 567); Blue value is 205 (80.47% from 255 or 36.16% from 567); Max value from RGB is 205 - color contains mainly: blue. Hex color #C1A9CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1A9CD is #3E5632. Grayscale: #B4B4B4. Windows color (decimal): -4085299 or 13478337. OLE color: 13478337.

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

Color convert

RGB 193 169 205 -
CMYK 0.06 0.18 0 0.20
HSL 280º 0.26% 0.73% -
HSV(B) 280º 0.18% 0.8% -
XYZ 47.2 44.12 63.79 -
YUV 180.28 141.95 137.07 -
System Red Green Blue C M Y K H S L
Decimal 193 169 205 0.06 0.18 0 0.20 280 0.26 0.73
Hex C1 A9 CD 6 12 0 14 118 1A 49
Octal 301 251 315 6 22 0 24 430 32 111
Binary 11000001 10101001 11001101 110 10010 0 10100 100011000 11010 1001001

Color Harmonies of #C1A9CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A9CD

Black with #C1A9CD

Text Example


Text Example

White with #C1A9CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A9CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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