Html Css Color HEX #C795BC Lily

📋 copy color: '#C795BC'

red 199 ◦ green 149 ◦ blue 188

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

Shades of Lily #C795BC

Tints of Lily #C795BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 35.07%

R = 37.13%
G = 27.8%
B = 35.07%

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

#C795BC (or 0xC795BC) is known color: Lily. HEX triplet: C7, 95 and BC. RGB value is (199,149,188). Sum of RGB (Red+Green+Blue) = 199+149+188=536 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.13% from 536); Green value is 149 (58.59% from 255 or 27.80% from 536); Blue value is 188 (73.83% from 255 or 35.07% from 536); Max value from RGB is 199 - color contains mainly: red. Hex color #C795BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C795BC is #386A43. Grayscale: #A8A8A8. Windows color (decimal): -3697220 or 12359111. OLE color: 12359111.

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

Color convert

RGB 199 149 188 -
CMYK 0 0.25 0.06 0.22
HSL 313.2º 0.31% 0.68% -
HSV(B) 313.2º 0.25% 0.78% -
XYZ 43.38 37.27 52.48 -
YUV 168.4 139.07 149.83 -
System Red Green Blue C M Y K H S L
Decimal 199 149 188 0 0.25 0.06 0.22 313.2 0.31 0.68
Hex C7 95 BC 0 19 6 16 139 1F 44
Octal 307 225 274 0 31 6 26 471 37 104
Binary 11000111 10010101 10111100 0 11001 110 10110 100111001 11111 1000100

Color Harmonies of #C795BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C795BC

Black with #C795BC

Text Example


Text Example

White with #C795BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C795BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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