Html Css Color HEX #C795B0 Lily

📋 copy color: '#C795B0'

red 199 ◦ green 149 ◦ blue 176

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

Shades of Lily #C795B0

Tints of Lily #C795B0

RGB

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

 GREEN value IS 149 (58.59% from 255) = 28.44%

 BLUE value IS 176 (69.14% from 255) = 33.59%

R = 37.98%
G = 28.44%
B = 33.59%

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

#C795B0 (or 0xC795B0) is known color: Lily. HEX triplet: C7, 95 and B0. RGB value is (199,149,176). Sum of RGB (Red+Green+Blue) = 199+149+176=524 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.98% from 524); Green value is 149 (58.59% from 255 or 28.44% from 524); Blue value is 176 (69.14% from 255 or 33.59% from 524); Max value from RGB is 199 - color contains mainly: red. Hex color #C795B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C795B0 is #386A4F. Grayscale: #A6A6A6. Windows color (decimal): -3697232 or 11572679. OLE color: 11572679.

HSL color Cylindrical-coordinate representation of color #C795B0: hue angle of 327.6º degrees, saturation: 0.31, 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 #C795B0 is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 149 176 -
CMYK 0 0.25 0.12 0.22
HSL 327.6º 0.31% 0.68% -
HSV(B) 327.6º 0.25% 0.78% -
XYZ 42.14 36.77 45.95 -
YUV 167.03 133.07 150.8 -
System Red Green Blue C M Y K H S L
Decimal 199 149 176 0 0.25 0.12 0.22 327.6 0.31 0.68
Hex C7 95 B0 0 19 C 16 148 1F 44
Octal 307 225 260 0 31 14 26 510 37 104
Binary 11000111 10010101 10110000 0 11001 1100 10110 101001000 11111 1000100

Color Harmonies of #C795B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C795B0

Black with #C795B0

Text Example


Text Example

White with #C795B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C795B0; }

 p { color: rgb(199,149,176); }

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

background-color css

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

 a { background-color: rgb(199,149,176); }

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

border-color css

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

 span { border-color: rgb(199,149,176); }

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