Html Css Color HEX #C3AAB6 Lily

📋 copy color: '#C3AAB6'

red 195 ◦ green 170 ◦ blue 182

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

Shades of Lily #C3AAB6

Tints of Lily #C3AAB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 33.27%

R = 35.65%
G = 31.08%
B = 33.27%

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

#C3AAB6 (or 0xC3AAB6) is known color: Lily. HEX triplet: C3, AA and B6. RGB value is (195,170,182). Sum of RGB (Red+Green+Blue) = 195+170+182=547 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.65% from 547); Green value is 170 (66.80% from 255 or 31.08% from 547); Blue value is 182 (71.48% from 255 or 33.27% from 547); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AAB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3AAB6 is #3C5549. Grayscale: #B2B2B2. Windows color (decimal): -3953994 or 11971267. OLE color: 11971267.

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

Color convert

RGB 195 170 182 -
CMYK 0 0.13 0.07 0.24
HSL 331.2º 0.17% 0.72% -
HSV(B) 331.2º 0.13% 0.76% -
XYZ 45.32 43.73 50.31 -
YUV 178.84 129.78 139.52 -
System Red Green Blue C M Y K H S L
Decimal 195 170 182 0 0.13 0.07 0.24 331.2 0.17 0.72
Hex C3 AA B6 0 D 7 18 14B 11 48
Octal 303 252 266 0 15 7 30 513 21 110
Binary 11000011 10101010 10110110 0 1101 111 11000 101001011 10001 1001000

Color Harmonies of #C3AAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AAB6

Black with #C3AAB6

Text Example


Text Example

White with #C3AAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AAB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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