Html Css Color HEX #C3AAB5 Lily

📋 copy color: '#C3AAB5'

red 195 ◦ green 170 ◦ blue 181

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

Shades of Lily #C3AAB5

Tints of Lily #C3AAB5

RGB

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

 GREEN value IS 170 (66.8% from 255) = 31.14%

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

R = 35.71%
G = 31.14%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#C3AAB5 (or 0xC3AAB5) is known color: Lily. HEX triplet: C3, AA and B5. RGB value is (195,170,181). Sum of RGB (Red+Green+Blue) = 195+170+181=546 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.71% from 546); Green value is 170 (66.80% from 255 or 31.14% from 546); Blue value is 181 (71.09% from 255 or 33.15% from 546); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AAB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3AAB5 is #3C554A. Grayscale: #B2B2B2. Windows color (decimal): -3953995 or 11905731. OLE color: 11905731.

HSL color Cylindrical-coordinate representation of color #C3AAB5: hue angle of 333.6º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C3AAB5 is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 170 181 -
CMYK 0 0.13 0.07 0.24
HSL 333.6º 0.17% 0.72% -
HSV(B) 333.6º 0.13% 0.76% -
XYZ 45.22 43.69 49.77 -
YUV 178.73 129.28 139.61 -
System Red Green Blue C M Y K H S L
Decimal 195 170 181 0 0.13 0.07 0.24 333.6 0.17 0.72
Hex C3 AA B5 0 D 7 18 14E 11 48
Octal 303 252 265 0 15 7 30 516 21 110
Binary 11000011 10101010 10110101 0 1101 111 11000 101001110 10001 1001000

Color Harmonies of #C3AAB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AAB5

Black with #C3AAB5

Text Example


Text Example

White with #C3AAB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AAB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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