Html Css Color HEX #C1ABCF Prelude

📋 copy color: '#C1ABCF'

red 193 ◦ green 171 ◦ blue 207

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

Shades of Prelude #C1ABCF

Tints of Prelude #C1ABCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36.25%

R = 33.8%
G = 29.95%
B = 36.25%

CMYK

 C value IS 0.07

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C1ABCF (or 0xC1ABCF) is known color: Prelude. HEX triplet: C1, AB and CF. RGB value is (193,171,207). Sum of RGB (Red+Green+Blue) = 193+171+207=571 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.80% from 571); Green value is 171 (67.19% from 255 or 29.95% from 571); Blue value is 207 (81.25% from 255 or 36.25% from 571); Max value from RGB is 207 - color contains mainly: blue. Hex color #C1ABCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1ABCF is #3E5430. Grayscale: #B5B5B5. Windows color (decimal): -4084785 or 13609921. OLE color: 13609921.

HSL color Cylindrical-coordinate representation of color #C1ABCF: hue angle of 276.67º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C1ABCF is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 193 171 207 -
CMYK 0.07 0.17 0 0.19
HSL 276.67º 0.27% 0.74% -
HSV(B) 276.67º 0.17% 0.81% -
XYZ 47.82 44.97 65.19 -
YUV 181.68 142.29 136.07 -
System Red Green Blue C M Y K H S L
Decimal 193 171 207 0.07 0.17 0 0.19 276.67 0.27 0.74
Hex C1 AB CF 7 11 0 13 115 1B 4A
Octal 301 253 317 7 21 0 23 425 33 112
Binary 11000001 10101011 11001111 111 10001 0 10011 100010101 11011 1001010

Color Harmonies of #C1ABCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1ABCF

Black with #C1ABCF

Text Example


Text Example

White with #C1ABCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1ABCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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