Html Css Color HEX #C3A4B7 Lily

📋 copy color: '#C3A4B7'

red 195 ◦ green 164 ◦ blue 183

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

Shades of Lily #C3A4B7

Tints of Lily #C3A4B7

RGB

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

 GREEN value IS 164 (64.45% from 255) = 30.26%

 BLUE value IS 183 (71.88% from 255) = 33.76%

R = 35.98%
G = 30.26%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.06

 K value IS 0.24

RGB Variations

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

Color information

#C3A4B7 (or 0xC3A4B7) is known color: Lily. HEX triplet: C3, A4 and B7. RGB value is (195,164,183). Sum of RGB (Red+Green+Blue) = 195+164+183=542 (71% of max value = 765). Red value is 195 (76.56% from 255 or 35.98% from 542); Green value is 164 (64.45% from 255 or 30.26% from 542); Blue value is 183 (71.88% from 255 or 33.76% from 542); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A4B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3A4B7 is #3C5B48. Grayscale: #AFAFAF. Windows color (decimal): -3955529 or 12035267. OLE color: 12035267.

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

Color convert

RGB 195 164 183 -
CMYK 0 0.16 0.06 0.24
HSL 323.23º 0.21% 0.7% -
HSV(B) 323.23º 0.16% 0.76% -
XYZ 44.33 41.57 50.49 -
YUV 175.44 132.27 141.96 -
System Red Green Blue C M Y K H S L
Decimal 195 164 183 0 0.16 0.06 0.24 323.23 0.21 0.7
Hex C3 A4 B7 0 10 6 18 143 15 46
Octal 303 244 267 0 20 6 30 503 25 106
Binary 11000011 10100100 10110111 0 10000 110 11000 101000011 10101 1000110

Color Harmonies of #C3A4B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A4B7

Black with #C3A4B7

Text Example


Text Example

White with #C3A4B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A4B7; }

 p { color: rgb(195,164,183); }

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

background-color css

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

 a { background-color: rgb(195,164,183); }

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

border-color css

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

 span { border-color: rgb(195,164,183); }

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