Html Css Color HEX #C3ABCA Prelude

📋 copy color: '#C3ABCA'

red 195 ◦ green 171 ◦ blue 202

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

Shades of Prelude #C3ABCA

Tints of Prelude #C3ABCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 35.56%

R = 34.33%
G = 30.11%
B = 35.56%

CMYK

 C value IS 0.03

 M value IS 0.15

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C3ABCA (or 0xC3ABCA) is known color: Prelude. HEX triplet: C3, AB and CA. RGB value is (195,171,202). Sum of RGB (Red+Green+Blue) = 195+171+202=568 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.33% from 568); Green value is 171 (67.19% from 255 or 30.11% from 568); Blue value is 202 (79.30% from 255 or 35.56% from 568); Max value from RGB is 202 - color contains mainly: blue. Hex color #C3ABCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3ABCA is #3C5435. Grayscale: #B5B5B5. Windows color (decimal): -3953718 or 13282243. OLE color: 13282243.

HSL color Cylindrical-coordinate representation of color #C3ABCA: hue angle of 286.45º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C3ABCA is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 195 171 202 -
CMYK 0.03 0.15 0 0.21
HSL 286.45º 0.23% 0.73% -
HSV(B) 286.45º 0.15% 0.79% -
XYZ 47.73 44.99 62.05 -
YUV 181.71 139.45 137.48 -
System Red Green Blue C M Y K H S L
Decimal 195 171 202 0.03 0.15 0 0.21 286.45 0.23 0.73
Hex C3 AB CA 3 F 0 15 11E 17 49
Octal 303 253 312 3 17 0 25 436 27 111
Binary 11000011 10101011 11001010 11 1111 0 10101 100011110 10111 1001001

Color Harmonies of #C3ABCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3ABCA

Black with #C3ABCA

Text Example


Text Example

White with #C3ABCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3ABCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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