Html Css Color HEX #C1ABCD Prelude

📋 copy color: '#C1ABCD'

red 193 ◦ green 171 ◦ blue 205

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

Shades of Prelude #C1ABCD

Tints of Prelude #C1ABCD

RGB

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

 GREEN value IS 171 (67.19% from 255) = 30.05%

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

R = 33.92%
G = 30.05%
B = 36.03%

CMYK

 C value IS 0.06

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C1ABCD (or 0xC1ABCD) is known color: Prelude. HEX triplet: C1, AB and CD. RGB value is (193,171,205). Sum of RGB (Red+Green+Blue) = 193+171+205=569 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.92% from 569); Green value is 171 (67.19% from 255 or 30.05% from 569); Blue value is 205 (80.47% from 255 or 36.03% from 569); Max value from RGB is 205 - color contains mainly: blue. Hex color #C1ABCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1ABCD is #3E5432. Grayscale: #B5B5B5. Windows color (decimal): -4084787 or 13478849. OLE color: 13478849.

HSL color Cylindrical-coordinate representation of color #C1ABCD: hue angle of 278.82º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C1ABCD is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 193 171 205 -
CMYK 0.06 0.17 0 0.20
HSL 278.82º 0.25% 0.74% -
HSV(B) 278.82º 0.17% 0.8% -
XYZ 47.57 44.87 63.91 -
YUV 181.45 141.29 136.24 -
System Red Green Blue C M Y K H S L
Decimal 193 171 205 0.06 0.17 0 0.20 278.82 0.25 0.74
Hex C1 AB CD 6 11 0 14 117 19 4A
Octal 301 253 315 6 21 0 24 427 31 112
Binary 11000001 10101011 11001101 110 10001 0 10100 100010111 11001 1001010

Color Harmonies of #C1ABCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1ABCD

Black with #C1ABCD

Text Example


Text Example

White with #C1ABCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1ABCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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