Html Css Color HEX #C3AFB5 Lily

📋 copy color: '#C3AFB5'

red 195 ◦ green 175 ◦ blue 181

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

Shades of Lily #C3AFB5

Tints of Lily #C3AFB5

RGB

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

 GREEN value IS 175 (68.75% from 255) = 31.76%

 BLUE value IS 181 (71.09% from 255) = 32.85%

R = 35.39%
G = 31.76%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#C3AFB5 (or 0xC3AFB5) is known color: Lily. HEX triplet: C3, AF and B5. RGB value is (195,175,181). Sum of RGB (Red+Green+Blue) = 195+175+181=551 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.39% from 551); Green value is 175 (68.75% from 255 or 31.76% from 551); Blue value is 181 (71.09% from 255 or 32.85% from 551); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AFB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3AFB5 is #3C504A. Grayscale: #B5B5B5. Windows color (decimal): -3952715 or 11907011. OLE color: 11907011.

HSL color Cylindrical-coordinate representation of color #C3AFB5: hue angle of 342º degrees, saturation: 0.14, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C3AFB5 is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 175 181 -
CMYK 0 0.10 0.07 0.24
HSL 342º 0.14% 0.73% -
HSV(B) 342º 0.1% 0.76% -
XYZ 46.18 45.6 50.08 -
YUV 181.66 127.63 137.51 -
System Red Green Blue C M Y K H S L
Decimal 195 175 181 0 0.10 0.07 0.24 342 0.14 0.73
Hex C3 AF B5 0 A 7 18 156 E 49
Octal 303 257 265 0 12 7 30 526 16 111
Binary 11000011 10101111 10110101 0 1010 111 11000 101010110 1110 1001001

Color Harmonies of #C3AFB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AFB5

Black with #C3AFB5

Text Example


Text Example

White with #C3AFB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AFB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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