Html Css Color HEX #C3ABCB Prelude

📋 copy color: '#C3ABCB'

red 195 ◦ green 171 ◦ blue 203

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

Shades of Prelude #C3ABCB

Tints of Prelude #C3ABCB

RGB

 RED value IS 195 (76.56% from 255) = 34.27%

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

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

R = 34.27%
G = 30.05%
B = 35.68%

CMYK

 C value IS 0.04

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C3ABCB (or 0xC3ABCB) is known color: Prelude. HEX triplet: C3, AB and CB. RGB value is (195,171,203). Sum of RGB (Red+Green+Blue) = 195+171+203=569 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.27% from 569); Green value is 171 (67.19% from 255 or 30.05% from 569); Blue value is 203 (79.69% from 255 or 35.68% from 569); Max value from RGB is 203 - color contains mainly: blue. Hex color #C3ABCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3ABCB is #3C5434. Grayscale: #B5B5B5. Windows color (decimal): -3953717 or 13347779. OLE color: 13347779.

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

Color convert

RGB 195 171 203 -
CMYK 0.04 0.16 0 0.20
HSL 285º 0.24% 0.73% -
HSV(B) 285º 0.16% 0.8% -
XYZ 47.85 45.04 62.67 -
YUV 181.82 139.95 137.4 -
System Red Green Blue C M Y K H S L
Decimal 195 171 203 0.04 0.16 0 0.20 285 0.24 0.73
Hex C3 AB CB 4 10 0 14 11D 18 49
Octal 303 253 313 4 20 0 24 435 30 111
Binary 11000011 10101011 11001011 100 10000 0 10100 100011101 11000 1001001

Color Harmonies of #C3ABCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3ABCB

Black with #C3ABCB

Text Example


Text Example

White with #C3ABCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3ABCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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