Html Css Color HEX #C3A2BA Lily

📋 copy color: '#C3A2BA'

red 195 ◦ green 162 ◦ blue 186

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

Shades of Lily #C3A2BA

Tints of Lily #C3A2BA

RGB

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

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

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

R = 35.91%
G = 29.83%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C3A2BA (or 0xC3A2BA) is known color: Lily. HEX triplet: C3, A2 and BA. RGB value is (195,162,186). Sum of RGB (Red+Green+Blue) = 195+162+186=543 (71% of max value = 765). Red value is 195 (76.56% from 255 or 35.91% from 543); Green value is 162 (63.67% from 255 or 29.83% from 543); Blue value is 186 (73.05% from 255 or 34.25% from 543); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A2BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3A2BA is #3C5D45. Grayscale: #AEAEAE. Windows color (decimal): -3956038 or 12231363. OLE color: 12231363.

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

Color convert

RGB 195 162 186 -
CMYK 0 0.17 0.05 0.24
HSL 316.36º 0.22% 0.7% -
HSV(B) 316.36º 0.17% 0.76% -
XYZ 44.29 40.99 52.03 -
YUV 174.6 134.43 142.55 -
System Red Green Blue C M Y K H S L
Decimal 195 162 186 0 0.17 0.05 0.24 316.36 0.22 0.7
Hex C3 A2 BA 0 11 5 18 13C 16 46
Octal 303 242 272 0 21 5 30 474 26 106
Binary 11000011 10100010 10111010 0 10001 101 11000 100111100 10110 1000110

Color Harmonies of #C3A2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A2BA

Black with #C3A2BA

Text Example


Text Example

White with #C3A2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A2BA; }

 p { color: rgb(195,162,186); }

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

background-color css

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

 a { background-color: rgb(195,162,186); }

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

border-color css

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

 span { border-color: rgb(195,162,186); }

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