Html Css Color HEX #C3A6B2 Lily

📋 copy color: '#C3A6B2'

red 195 ◦ green 166 ◦ blue 178

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

Shades of Lily #C3A6B2

Tints of Lily #C3A6B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 33.02%

R = 36.18%
G = 30.8%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C3A6B2 (or 0xC3A6B2) is known color: Lily. HEX triplet: C3, A6 and B2. RGB value is (195,166,178). Sum of RGB (Red+Green+Blue) = 195+166+178=539 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.18% from 539); Green value is 166 (65.23% from 255 or 30.80% from 539); Blue value is 178 (69.92% from 255 or 33.02% from 539); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A6B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3A6B2 is #3C594D. Grayscale: #B0B0B0. Windows color (decimal): -3955022 or 11708099. OLE color: 11708099.

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

Color convert

RGB 195 166 178 -
CMYK 0 0.15 0.09 0.24
HSL 335.17º 0.19% 0.71% -
HSV(B) 335.17º 0.15% 0.76% -
XYZ 44.18 42.09 47.92 -
YUV 176.04 129.11 141.52 -
System Red Green Blue C M Y K H S L
Decimal 195 166 178 0 0.15 0.09 0.24 335.17 0.19 0.71
Hex C3 A6 B2 0 F 9 18 14F 13 47
Octal 303 246 262 0 17 11 30 517 23 107
Binary 11000011 10100110 10110010 0 1111 1001 11000 101001111 10011 1000111

Color Harmonies of #C3A6B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A6B2

Black with #C3A6B2

Text Example


Text Example

White with #C3A6B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A6B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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