Html Css Color HEX #C796AF Lily

📋 copy color: '#C796AF'

red 199 ◦ green 150 ◦ blue 175

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

Shades of Lily #C796AF

Tints of Lily #C796AF

RGB

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

 GREEN value IS 150 (58.98% from 255) = 28.63%

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

R = 37.98%
G = 28.63%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C796AF (or 0xC796AF) is known color: Lily. HEX triplet: C7, 96 and AF. RGB value is (199,150,175). Sum of RGB (Red+Green+Blue) = 199+150+175=524 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.98% from 524); Green value is 150 (58.98% from 255 or 28.63% from 524); Blue value is 175 (68.75% from 255 or 33.40% from 524); Max value from RGB is 199 - color contains mainly: red. Hex color #C796AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C796AF is #386950. Grayscale: #A7A7A7. Windows color (decimal): -3696977 or 11507399. OLE color: 11507399.

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

Color convert

RGB 199 150 175 -
CMYK 0 0.25 0.12 0.22
HSL 329.39º 0.3% 0.68% -
HSV(B) 329.39º 0.25% 0.78% -
XYZ 42.2 37.05 45.48 -
YUV 167.5 132.23 150.47 -
System Red Green Blue C M Y K H S L
Decimal 199 150 175 0 0.25 0.12 0.22 329.39 0.3 0.68
Hex C7 96 AF 0 19 C 16 149 1E 44
Octal 307 226 257 0 31 14 26 511 36 104
Binary 11000111 10010110 10101111 0 11001 1100 10110 101001001 11110 1000100

Color Harmonies of #C796AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C796AF

Black with #C796AF

Text Example


Text Example

White with #C796AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C796AF; }

 p { color: rgb(199,150,175); }

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

background-color css

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

 a { background-color: rgb(199,150,175); }

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

border-color css

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

 span { border-color: rgb(199,150,175); }

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