Html Css Color HEX #C2ABCA Prelude

📋 copy color: '#C2ABCA'

red 194 ◦ green 171 ◦ blue 202

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

Shades of Prelude #C2ABCA

Tints of Prelude #C2ABCA

RGB

 RED value IS 194 (76.17% from 255) = 34.22%

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

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

R = 34.22%
G = 30.16%
B = 35.63%

CMYK

 C value IS 0.04

 M value IS 0.15

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C2ABCA (or 0xC2ABCA) is known color: Prelude. HEX triplet: C2, AB and CA. RGB value is (194,171,202). Sum of RGB (Red+Green+Blue) = 194+171+202=567 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.22% from 567); Green value is 171 (67.19% from 255 or 30.16% from 567); Blue value is 202 (79.30% from 255 or 35.63% from 567); Max value from RGB is 202 - color contains mainly: blue. Hex color #C2ABCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2ABCA is #3D5435. Grayscale: #B5B5B5. Windows color (decimal): -4019254 or 13282242. OLE color: 13282242.

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

Color convert

RGB 194 171 202 -
CMYK 0.04 0.15 0 0.21
HSL 284.52º 0.23% 0.73% -
HSV(B) 284.52º 0.15% 0.79% -
XYZ 47.47 44.86 62.03 -
YUV 181.41 139.62 136.98 -
System Red Green Blue C M Y K H S L
Decimal 194 171 202 0.04 0.15 0 0.21 284.52 0.23 0.73
Hex C2 AB CA 4 F 0 15 11D 17 49
Octal 302 253 312 4 17 0 25 435 27 111
Binary 11000010 10101011 11001010 100 1111 0 10101 100011101 10111 1001001

Color Harmonies of #C2ABCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2ABCA

Black with #C2ABCA

Text Example


Text Example

White with #C2ABCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2ABCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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