Html Css Color HEX #C4A0BA Lily

📋 copy color: '#C4A0BA'

red 196 ◦ green 160 ◦ blue 186

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

Shades of Lily #C4A0BA

Tints of Lily #C4A0BA

RGB

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

 GREEN value IS 160 (62.89% from 255) = 29.52%

 BLUE value IS 186 (73.05% from 255) = 34.32%

R = 36.16%
G = 29.52%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C4A0BA (or 0xC4A0BA) is known color: Lily. HEX triplet: C4, A0 and BA. RGB value is (196,160,186). Sum of RGB (Red+Green+Blue) = 196+160+186=542 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.16% from 542); Green value is 160 (62.89% from 255 or 29.52% from 542); Blue value is 186 (73.05% from 255 or 34.32% from 542); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A0BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4A0BA is #3B5F45. Grayscale: #ADADAD. Windows color (decimal): -3891014 or 12230852. OLE color: 12230852.

HSL color Cylindrical-coordinate representation of color #C4A0BA: hue angle of 316.67º degrees, saturation: 0.23, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C4A0BA is Cyan = 0, Magento = 0.18, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 160 186 -
CMYK 0 0.18 0.05 0.23
HSL 316.67º 0.23% 0.7% -
HSV(B) 316.67º 0.18% 0.77% -
XYZ 44.2 40.42 51.93 -
YUV 173.73 134.93 143.89 -
System Red Green Blue C M Y K H S L
Decimal 196 160 186 0 0.18 0.05 0.23 316.67 0.23 0.7
Hex C4 A0 BA 0 12 5 17 13D 17 46
Octal 304 240 272 0 22 5 27 475 27 106
Binary 11000100 10100000 10111010 0 10010 101 10111 100111101 10111 1000110

Color Harmonies of #C4A0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A0BA

Black with #C4A0BA

Text Example


Text Example

White with #C4A0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A0BA; }

 p { color: rgb(196,160,186); }

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

background-color css

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

 a { background-color: rgb(196,160,186); }

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

border-color css

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

 span { border-color: rgb(196,160,186); }

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