Html Css Color HEX #C7A2B6 Lily

📋 copy color: '#C7A2B6'

red 199 ◦ green 162 ◦ blue 182

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

Shades of Lily #C7A2B6

Tints of Lily #C7A2B6

RGB

 RED value IS 199 (78.13% from 255) = 36.65%

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

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

R = 36.65%
G = 29.83%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.09

 K value IS 0.22

RGB Variations

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

Color information

#C7A2B6 (or 0xC7A2B6) is known color: Lily. HEX triplet: C7, A2 and B6. RGB value is (199,162,182). Sum of RGB (Red+Green+Blue) = 199+162+182=543 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.65% from 543); Green value is 162 (63.67% from 255 or 29.83% from 543); Blue value is 182 (71.48% from 255 or 33.52% from 543); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A2B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7A2B6 is #385D49. Grayscale: #AFAFAF. Windows color (decimal): -3693898 or 11969223. OLE color: 11969223.

HSL color Cylindrical-coordinate representation of color #C7A2B6: hue angle of 327.57º degrees, saturation: 0.25, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C7A2B6 is Cyan = 0, Magento = 0.19, Yellow = 0.09 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 162 182 -
CMYK 0 0.19 0.09 0.22
HSL 327.57º 0.25% 0.71% -
HSV(B) 327.57º 0.19% 0.78% -
XYZ 44.92 41.36 49.87 -
YUV 175.34 131.76 144.87 -
System Red Green Blue C M Y K H S L
Decimal 199 162 182 0 0.19 0.09 0.22 327.57 0.25 0.71
Hex C7 A2 B6 0 13 9 16 148 19 47
Octal 307 242 266 0 23 11 26 510 31 107
Binary 11000111 10100010 10110110 0 10011 1001 10110 101001000 11001 1000111

Color Harmonies of #C7A2B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A2B6

Black with #C7A2B6

Text Example


Text Example

White with #C7A2B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A2B6; }

 p { color: rgb(199,162,182); }

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

background-color css

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

 a { background-color: rgb(199,162,182); }

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

border-color css

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

 span { border-color: rgb(199,162,182); }

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