Html Css Color HEX #C4A2AF Lily

📋 copy color: '#C4A2AF'

red 196 ◦ green 162 ◦ blue 175

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

Shades of Lily #C4A2AF

Tints of Lily #C4A2AF

RGB

 RED value IS 196 (76.95% from 255) = 36.77%

 GREEN value IS 162 (63.67% from 255) = 30.39%

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

R = 36.77%
G = 30.39%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C4A2AF (or 0xC4A2AF) is known color: Lily. HEX triplet: C4, A2 and AF. RGB value is (196,162,175). Sum of RGB (Red+Green+Blue) = 196+162+175=533 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.77% from 533); Green value is 162 (63.67% from 255 or 30.39% from 533); Blue value is 175 (68.75% from 255 or 32.83% from 533); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A2AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4A2AF is #3B5D50. Grayscale: #ADADAD. Windows color (decimal): -3890513 or 11510468. OLE color: 11510468.

HSL color Cylindrical-coordinate representation of color #C4A2AF: hue angle of 337.06º degrees, saturation: 0.22, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C4A2AF is Cyan = 0, Magento = 0.17, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 162 175 -
CMYK 0 0.17 0.11 0.23
HSL 337.06º 0.22% 0.7% -
HSV(B) 337.06º 0.17% 0.77% -
XYZ 43.42 40.67 46.12 -
YUV 173.65 128.76 143.94 -
System Red Green Blue C M Y K H S L
Decimal 196 162 175 0 0.17 0.11 0.23 337.06 0.22 0.7
Hex C4 A2 AF 0 11 B 17 151 16 46
Octal 304 242 257 0 21 13 27 521 26 106
Binary 11000100 10100010 10101111 0 10001 1011 10111 101010001 10110 1000110

Color Harmonies of #C4A2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A2AF

Black with #C4A2AF

Text Example


Text Example

White with #C4A2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A2AF; }

 p { color: rgb(196,162,175); }

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

background-color css

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

 a { background-color: rgb(196,162,175); }

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

border-color css

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

 span { border-color: rgb(196,162,175); }

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