Html Css Color HEX #C795BB Lily

📋 copy color: '#C795BB'

red 199 ◦ green 149 ◦ blue 187

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

Shades of Lily #C795BB

Tints of Lily #C795BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 34.95%

R = 37.2%
G = 27.85%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C795BB (or 0xC795BB) is known color: Lily. HEX triplet: C7, 95 and BB. RGB value is (199,149,187). Sum of RGB (Red+Green+Blue) = 199+149+187=535 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.20% from 535); Green value is 149 (58.59% from 255 or 27.85% from 535); Blue value is 187 (73.44% from 255 or 34.95% from 535); Max value from RGB is 199 - color contains mainly: red. Hex color #C795BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C795BB is #386A44. Grayscale: #A8A8A8. Windows color (decimal): -3697221 or 12293575. OLE color: 12293575.

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

Color convert

RGB 199 149 187 -
CMYK 0 0.25 0.06 0.22
HSL 314.4º 0.31% 0.68% -
HSV(B) 314.4º 0.25% 0.78% -
XYZ 43.27 37.22 51.92 -
YUV 168.28 138.57 149.91 -
System Red Green Blue C M Y K H S L
Decimal 199 149 187 0 0.25 0.06 0.22 314.4 0.31 0.68
Hex C7 95 BB 0 19 6 16 13A 1F 44
Octal 307 225 273 0 31 6 26 472 37 104
Binary 11000111 10010101 10111011 0 11001 110 10110 100111010 11111 1000100

Color Harmonies of #C795BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C795BB

Black with #C795BB

Text Example


Text Example

White with #C795BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C795BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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