Html Css Color HEX #C795BA Lily

📋 copy color: '#C795BA'

red 199 ◦ green 149 ◦ blue 186

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

Shades of Lily #C795BA

Tints of Lily #C795BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 34.83%

R = 37.27%
G = 27.9%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C795BA (or 0xC795BA) is known color: Lily. HEX triplet: C7, 95 and BA. RGB value is (199,149,186). Sum of RGB (Red+Green+Blue) = 199+149+186=534 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.27% from 534); Green value is 149 (58.59% from 255 or 27.90% from 534); Blue value is 186 (73.05% from 255 or 34.83% from 534); Max value from RGB is 199 - color contains mainly: red. Hex color #C795BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C795BA is #386A45. Grayscale: #A8A8A8. Windows color (decimal): -3697222 or 12228039. OLE color: 12228039.

HSL color Cylindrical-coordinate representation of color #C795BA: hue angle of 315.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 #C795BA is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 149 186 -
CMYK 0 0.25 0.07 0.22
HSL 315.6º 0.31% 0.68% -
HSV(B) 315.6º 0.25% 0.78% -
XYZ 43.16 37.18 51.36 -
YUV 168.17 138.07 149.99 -
System Red Green Blue C M Y K H S L
Decimal 199 149 186 0 0.25 0.07 0.22 315.6 0.31 0.68
Hex C7 95 BA 0 19 7 16 13C 1F 44
Octal 307 225 272 0 31 7 26 474 37 104
Binary 11000111 10010101 10111010 0 11001 111 10110 100111100 11111 1000100

Color Harmonies of #C795BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C795BA

Black with #C795BA

Text Example


Text Example

White with #C795BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C795BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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