Html Css Color HEX #C4ABCA Prelude

📋 copy color: '#C4ABCA'

red 196 ◦ green 171 ◦ blue 202

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

Shades of Prelude #C4ABCA

Tints of Prelude #C4ABCA

RGB

 RED value IS 196 (76.95% from 255) = 34.45%

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

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

R = 34.45%
G = 30.05%
B = 35.5%

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

#C4ABCA (or 0xC4ABCA) is known color: Prelude. HEX triplet: C4, AB and CA. RGB value is (196,171,202). Sum of RGB (Red+Green+Blue) = 196+171+202=569 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.45% from 569); Green value is 171 (67.19% from 255 or 30.05% from 569); Blue value is 202 (79.30% from 255 or 35.50% from 569); Max value from RGB is 202 - color contains mainly: blue. Hex color #C4ABCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4ABCA is #3B5435. Grayscale: #B5B5B5. Windows color (decimal): -3888182 or 13282244. OLE color: 13282244.

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

Color convert

RGB 196 171 202 -
CMYK 0.03 0.15 0 0.21
HSL 288.39º 0.23% 0.73% -
HSV(B) 288.39º 0.15% 0.79% -
XYZ 47.99 45.13 62.06 -
YUV 182.01 139.28 137.98 -
System Red Green Blue C M Y K H S L
Decimal 196 171 202 0.03 0.15 0 0.21 288.39 0.23 0.73
Hex C4 AB CA 3 F 0 15 120 17 49
Octal 304 253 312 3 17 0 25 440 27 111
Binary 11000100 10101011 11001010 11 1111 0 10101 100100000 10111 1001001

Color Harmonies of #C4ABCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4ABCA

Black with #C4ABCA

Text Example


Text Example

White with #C4ABCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4ABCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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