Html Css Color HEX #C3A2BC Lily

📋 copy color: '#C3A2BC'

red 195 ◦ green 162 ◦ blue 188

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

Shades of Lily #C3A2BC

Tints of Lily #C3A2BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 34.5%

R = 35.78%
G = 29.72%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C3A2BC (or 0xC3A2BC) is known color: Lily. HEX triplet: C3, A2 and BC. RGB value is (195,162,188). Sum of RGB (Red+Green+Blue) = 195+162+188=545 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.78% from 545); Green value is 162 (63.67% from 255 or 29.72% from 545); Blue value is 188 (73.83% from 255 or 34.50% from 545); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A2BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3A2BC is #3C5D43. Grayscale: #AEAEAE. Windows color (decimal): -3956036 or 12362435. OLE color: 12362435.

HSL color Cylindrical-coordinate representation of color #C3A2BC: hue angle of 312.73º 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 #C3A2BC is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 162 188 -
CMYK 0 0.17 0.04 0.24
HSL 312.73º 0.22% 0.7% -
HSV(B) 312.73º 0.17% 0.76% -
XYZ 44.5 41.07 53.16 -
YUV 174.83 135.43 142.39 -
System Red Green Blue C M Y K H S L
Decimal 195 162 188 0 0.17 0.04 0.24 312.73 0.22 0.7
Hex C3 A2 BC 0 11 4 18 139 16 46
Octal 303 242 274 0 21 4 30 471 26 106
Binary 11000011 10100010 10111100 0 10001 100 11000 100111001 10110 1000110

Color Harmonies of #C3A2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A2BC

Black with #C3A2BC

Text Example


Text Example

White with #C3A2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A2BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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