Html Css Color HEX #C3A6B3 Lily

📋 copy color: '#C3A6B3'

red 195 ◦ green 166 ◦ blue 179

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

Shades of Lily #C3A6B3

Tints of Lily #C3A6B3

RGB

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

 GREEN value IS 166 (65.23% from 255) = 30.74%

 BLUE value IS 179 (70.31% from 255) = 33.15%

R = 36.11%
G = 30.74%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.08

 K value IS 0.24

RGB Variations

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

Color information

#C3A6B3 (or 0xC3A6B3) is known color: Lily. HEX triplet: C3, A6 and B3. RGB value is (195,166,179). Sum of RGB (Red+Green+Blue) = 195+166+179=540 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.11% from 540); Green value is 166 (65.23% from 255 or 30.74% from 540); Blue value is 179 (70.31% from 255 or 33.15% from 540); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A6B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3A6B3 is #3C594C. Grayscale: #B0B0B0. Windows color (decimal): -3955021 or 11773635. OLE color: 11773635.

HSL color Cylindrical-coordinate representation of color #C3A6B3: hue angle of 333.1º degrees, saturation: 0.19, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C3A6B3 is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 166 179 -
CMYK 0 0.15 0.08 0.24
HSL 333.1º 0.19% 0.71% -
HSV(B) 333.1º 0.15% 0.76% -
XYZ 44.28 42.13 48.45 -
YUV 176.15 129.61 141.44 -
System Red Green Blue C M Y K H S L
Decimal 195 166 179 0 0.15 0.08 0.24 333.1 0.19 0.71
Hex C3 A6 B3 0 F 8 18 14D 13 47
Octal 303 246 263 0 17 10 30 515 23 107
Binary 11000011 10100110 10110011 0 1111 1000 11000 101001101 10011 1000111

Color Harmonies of #C3A6B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A6B3

Black with #C3A6B3

Text Example


Text Example

White with #C3A6B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A6B3; }

 p { color: rgb(195,166,179); }

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

background-color css

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

 a { background-color: rgb(195,166,179); }

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

border-color css

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

 span { border-color: rgb(195,166,179); }

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