Html Css Color HEX #C2A0AF Lily

📋 copy color: '#C2A0AF'

red 194 ◦ green 160 ◦ blue 175

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

Shades of Lily #C2A0AF

Tints of Lily #C2A0AF

RGB

 RED value IS 194 (76.17% from 255) = 36.67%

 GREEN value IS 160 (62.89% from 255) = 30.25%

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

R = 36.67%
G = 30.25%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C2A0AF (or 0xC2A0AF) is known color: Lily. HEX triplet: C2, A0 and AF. RGB value is (194,160,175). Sum of RGB (Red+Green+Blue) = 194+160+175=529 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.67% from 529); Green value is 160 (62.89% from 255 or 30.25% from 529); Blue value is 175 (68.75% from 255 or 33.08% from 529); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A0AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A0AF is #3D5F50. Grayscale: #ABABAB. Windows color (decimal): -4022097 or 11509954. OLE color: 11509954.

HSL color Cylindrical-coordinate representation of color #C2A0AF: hue angle of 333.53º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C2A0AF is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 160 175 -
CMYK 0 0.18 0.10 0.24
HSL 333.53º 0.22% 0.69% -
HSV(B) 333.53º 0.18% 0.76% -
XYZ 42.56 39.71 45.98 -
YUV 171.88 129.76 143.78 -
System Red Green Blue C M Y K H S L
Decimal 194 160 175 0 0.18 0.10 0.24 333.53 0.22 0.69
Hex C2 A0 AF 0 12 A 18 14E 16 45
Octal 302 240 257 0 22 12 30 516 26 105
Binary 11000010 10100000 10101111 0 10010 1010 11000 101001110 10110 1000101

Color Harmonies of #C2A0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A0AF

Black with #C2A0AF

Text Example


Text Example

White with #C2A0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A0AF; }

 p { color: rgb(194,160,175); }

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

background-color css

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

 a { background-color: rgb(194,160,175); }

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

border-color css

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

 span { border-color: rgb(194,160,175); }

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