Html Css Color HEX #C1A6CB Prelude

📋 copy color: '#C1A6CB'

red 193 ◦ green 166 ◦ blue 203

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

Shades of Prelude #C1A6CB

Tints of Prelude #C1A6CB

RGB

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

 GREEN value IS 166 (65.23% from 255) = 29.54%

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

R = 34.34%
G = 29.54%
B = 36.12%

CMYK

 C value IS 0.05

 M value IS 0.18

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C1A6CB (or 0xC1A6CB) is known color: Prelude. HEX triplet: C1, A6 and CB. RGB value is (193,166,203). Sum of RGB (Red+Green+Blue) = 193+166+203=562 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.34% from 562); Green value is 166 (65.23% from 255 or 29.54% from 562); Blue value is 203 (79.69% from 255 or 36.12% from 562); Max value from RGB is 203 - color contains mainly: blue. Hex color #C1A6CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1A6CB is #3E5934. Grayscale: #B2B2B2. Windows color (decimal): -4086069 or 13346497. OLE color: 13346497.

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

Color convert

RGB 193 166 203 -
CMYK 0.05 0.18 0 0.20
HSL 283.78º 0.26% 0.72% -
HSV(B) 283.78º 0.18% 0.8% -
XYZ 46.41 42.92 62.34 -
YUV 178.29 141.95 138.49 -
System Red Green Blue C M Y K H S L
Decimal 193 166 203 0.05 0.18 0 0.20 283.78 0.26 0.72
Hex C1 A6 CB 5 12 0 14 11C 1A 48
Octal 301 246 313 5 22 0 24 434 32 110
Binary 11000001 10100110 11001011 101 10010 0 10100 100011100 11010 1001000

Color Harmonies of #C1A6CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A6CB

Black with #C1A6CB

Text Example


Text Example

White with #C1A6CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A6CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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