Html Css Color HEX #C3A0B0 Lily

📋 copy color: '#C3A0B0'

red 195 ◦ green 160 ◦ blue 176

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

Shades of Lily #C3A0B0

Tints of Lily #C3A0B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 33.15%

R = 36.72%
G = 30.13%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C3A0B0 (or 0xC3A0B0) is known color: Lily. HEX triplet: C3, A0 and B0. RGB value is (195,160,176). Sum of RGB (Red+Green+Blue) = 195+160+176=531 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.72% from 531); Green value is 160 (62.89% from 255 or 30.13% from 531); Blue value is 176 (69.14% from 255 or 33.15% from 531); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A0B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3A0B0 is #3C5F4F. Grayscale: #ACACAC. Windows color (decimal): -3956560 or 11575491. OLE color: 11575491.

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

Color convert

RGB 195 160 176 -
CMYK 0 0.18 0.10 0.24
HSL 332.57º 0.23% 0.7% -
HSV(B) 332.57º 0.18% 0.76% -
XYZ 42.91 39.88 46.51 -
YUV 172.29 130.1 144.2 -
System Red Green Blue C M Y K H S L
Decimal 195 160 176 0 0.18 0.10 0.24 332.57 0.23 0.7
Hex C3 A0 B0 0 12 A 18 14D 17 46
Octal 303 240 260 0 22 12 30 515 27 106
Binary 11000011 10100000 10110000 0 10010 1010 11000 101001101 10111 1000110

Color Harmonies of #C3A0B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A0B0

Black with #C3A0B0

Text Example


Text Example

White with #C3A0B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A0B0; }

 p { color: rgb(195,160,176); }

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

background-color css

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

 a { background-color: rgb(195,160,176); }

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

border-color css

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

 span { border-color: rgb(195,160,176); }

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