Html Css Color HEX #C3A5AF Lily

📋 copy color: '#C3A5AF'

red 195 ◦ green 165 ◦ blue 175

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

Shades of Lily #C3A5AF

Tints of Lily #C3A5AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 32.71%

R = 36.45%
G = 30.84%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C3A5AF (or 0xC3A5AF) is known color: Lily. HEX triplet: C3, A5 and AF. RGB value is (195,165,175). Sum of RGB (Red+Green+Blue) = 195+165+175=535 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.45% from 535); Green value is 165 (64.84% from 255 or 30.84% from 535); Blue value is 175 (68.75% from 255 or 32.71% from 535); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A5AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3A5AF is #3C5A50. Grayscale: #AFAFAF. Windows color (decimal): -3955281 or 11511235. OLE color: 11511235.

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

Color convert

RGB 195 165 175 -
CMYK 0 0.15 0.10 0.24
HSL 340º 0.2% 0.71% -
HSV(B) 340º 0.15% 0.76% -
XYZ 43.7 41.61 46.29 -
YUV 175.11 127.94 142.19 -
System Red Green Blue C M Y K H S L
Decimal 195 165 175 0 0.15 0.10 0.24 340 0.2 0.71
Hex C3 A5 AF 0 F A 18 154 14 47
Octal 303 245 257 0 17 12 30 524 24 107
Binary 11000011 10100101 10101111 0 1111 1010 11000 101010100 10100 1000111

Color Harmonies of #C3A5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A5AF

Black with #C3A5AF

Text Example


Text Example

White with #C3A5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A5AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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