Html Css Color HEX #C3A5B1 Lily

📋 copy color: '#C3A5B1'

red 195 ◦ green 165 ◦ blue 177

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

Shades of Lily #C3A5B1

Tints of Lily #C3A5B1

RGB

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

 GREEN value IS 165 (64.84% from 255) = 30.73%

 BLUE value IS 177 (69.53% from 255) = 32.96%

R = 36.31%
G = 30.73%
B = 32.96%

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

#C3A5B1 (or 0xC3A5B1) is known color: Lily. HEX triplet: C3, A5 and B1. RGB value is (195,165,177). Sum of RGB (Red+Green+Blue) = 195+165+177=537 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.31% from 537); Green value is 165 (64.84% from 255 or 30.73% from 537); Blue value is 177 (69.53% from 255 or 32.96% from 537); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A5B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3A5B1 is #3C5A4E. Grayscale: #AFAFAF. Windows color (decimal): -3955279 or 11642307. OLE color: 11642307.

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

Color convert

RGB 195 165 177 -
CMYK 0 0.15 0.09 0.24
HSL 336º 0.2% 0.71% -
HSV(B) 336º 0.15% 0.76% -
XYZ 43.9 41.69 47.33 -
YUV 175.34 128.94 142.02 -
System Red Green Blue C M Y K H S L
Decimal 195 165 177 0 0.15 0.09 0.24 336 0.2 0.71
Hex C3 A5 B1 0 F 9 18 150 14 47
Octal 303 245 261 0 17 11 30 520 24 107
Binary 11000011 10100101 10110001 0 1111 1001 11000 101010000 10100 1000111

Color Harmonies of #C3A5B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A5B1

Black with #C3A5B1

Text Example


Text Example

White with #C3A5B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A5B1; }

 p { color: rgb(195,165,177); }

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

background-color css

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

 a { background-color: rgb(195,165,177); }

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

border-color css

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

 span { border-color: rgb(195,165,177); }

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