#C2ABCB

Color #C2ABCB Prelude (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prelude #C2ABCB

Tints of Prelude #C2ABCB

Color information

#C2ABCB (or 0xC2ABCB) is unknown color: approx Prelude. HEX triplet: C2, AB and CB. RGB value is (194,171,203). Sum of RGB (Red+Green+Blue) = 194+171+203=568 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.15% from 568); Green value is 171 (67.19% from 255 or 30.11% from 568); Blue value is 203 (79.69% from 255 or 35.74% from 568); Max value from RGB is 203 - color contains mainly: blue. Hex color #C2ABCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2ABCB is #3D5434. Grayscale: #B5B5B5. Windows color (decimal): -4019253 or 13347778. OLE color: 13347778.

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

Color convert

RGB194171203-
CMYK0.040.1600.20
HSL283.12º23.53%73.33%-
HSV(B)283.12º15.76%79.61%-
XYZ47.5944.9162.66-
YUV181.52140.12136.9-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.15%
GREEN value IS 171 (67.19% from 255) = 30.11%
BLUE value IS 203 (79.69% from 255) = 35.74%
R=34.15%
G=30.11%
B=35.74%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1941712030.040.1600.20283.1223.5373.33
HexC2ABCB41001411b1849
Octal30225331342002443330111
Binary11000010101010111100101110010000010100100011011110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2ABCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2ABCB; }

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

 H1.HeaderClassName
 {
   color: #C2ABCB;
 }
 .AnyTagClassName
 {
   color: #C2ABCB;
 }
</style>
background-color css

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

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

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

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

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

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