Html Css Color HEX #C1ABCB Prelude

📋 copy color: '#C1ABCB'

red 193 ◦ green 171 ◦ blue 203

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

Shades of Prelude #C1ABCB

Tints of Prelude #C1ABCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 35.8%

R = 34.04%
G = 30.16%
B = 35.8%

CMYK

 C value IS 0.05

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C1ABCB (or 0xC1ABCB) is known color: Prelude. HEX triplet: C1, AB and CB. RGB value is (193,171,203). Sum of RGB (Red+Green+Blue) = 193+171+203=567 (75% of max value = 765). Red value is 193 (75.78% from 255 or 34.04% from 567); Green value is 171 (67.19% from 255 or 30.16% from 567); Blue value is 203 (79.69% from 255 or 35.80% from 567); Max value from RGB is 203 - color contains mainly: blue. Hex color #C1ABCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1ABCB is #3E5434. Grayscale: #B5B5B5. Windows color (decimal): -4084789 or 13347777. OLE color: 13347777.

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

Color convert

RGB 193 171 203 -
CMYK 0.05 0.16 0 0.20
HSL 281.25º 0.24% 0.73% -
HSV(B) 281.25º 0.16% 0.8% -
XYZ 47.33 44.78 62.65 -
YUV 181.23 140.29 136.4 -
System Red Green Blue C M Y K H S L
Decimal 193 171 203 0.05 0.16 0 0.20 281.25 0.24 0.73
Hex C1 AB CB 5 10 0 14 119 18 49
Octal 301 253 313 5 20 0 24 431 30 111
Binary 11000001 10101011 11001011 101 10000 0 10100 100011001 11000 1001001

Color Harmonies of #C1ABCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1ABCB

Black with #C1ABCB

Text Example


Text Example

White with #C1ABCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1ABCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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