Html Css Color HEX #C4A2CB Lilac

📋 copy color: '#C4A2CB'

red 196 ◦ green 162 ◦ blue 203

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

Shades of Lilac #C4A2CB

Tints of Lilac #C4A2CB

RGB

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

 GREEN value IS 162 (63.67% from 255) = 28.88%

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

R = 34.94%
G = 28.88%
B = 36.19%

CMYK

 C value IS 0.03

 M value IS 0.20

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C4A2CB (or 0xC4A2CB) is known color: Lilac. HEX triplet: C4, A2 and CB. RGB value is (196,162,203). Sum of RGB (Red+Green+Blue) = 196+162+203=561 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.94% from 561); Green value is 162 (63.67% from 255 or 28.88% from 561); Blue value is 203 (79.69% from 255 or 36.19% from 561); Max value from RGB is 203 - color contains mainly: blue. Hex color #C4A2CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4A2CB is #3B5D34. Grayscale: #B0B0B0. Windows color (decimal): -3890485 or 13345476. OLE color: 13345476.

HSL color Cylindrical-coordinate representation of color #C4A2CB: hue angle of 289.76º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C4A2CB is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 196 162 203 -
CMYK 0.03 0.20 0 0.20
HSL 289.76º 0.28% 0.72% -
HSV(B) 289.76º 0.2% 0.8% -
XYZ 46.46 41.89 62.14 -
YUV 176.84 142.76 141.67 -
System Red Green Blue C M Y K H S L
Decimal 196 162 203 0.03 0.20 0 0.20 289.76 0.28 0.72
Hex C4 A2 CB 3 14 0 14 122 1C 48
Octal 304 242 313 3 24 0 24 442 34 110
Binary 11000100 10100010 11001011 11 10100 0 10100 100100010 11100 1001000

Color Harmonies of #C4A2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A2CB

Black with #C4A2CB

Text Example


Text Example

White with #C4A2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A2CB; }

 p { color: rgb(196,162,203); }

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

background-color css

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

 a { background-color: rgb(196,162,203); }

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

border-color css

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

 span { border-color: rgb(196,162,203); }

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