Html Css Color HEX #C995BE Lily

📋 copy color: '#C995BE'

red 201 ◦ green 149 ◦ blue 190

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

Shades of Lily #C995BE

Tints of Lily #C995BE

RGB

 RED value IS 201 (78.91% from 255) = 37.22%

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

 BLUE value IS 190 (74.61% from 255) = 35.19%

R = 37.22%
G = 27.59%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#C995BE (or 0xC995BE) is known color: Lily. HEX triplet: C9, 95 and BE. RGB value is (201,149,190). Sum of RGB (Red+Green+Blue) = 201+149+190=540 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.22% from 540); Green value is 149 (58.59% from 255 or 27.59% from 540); Blue value is 190 (74.61% from 255 or 35.19% from 540); Max value from RGB is 201 - color contains mainly: red. Hex color #C995BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C995BE is #366A41. Grayscale: #A9A9A9. Windows color (decimal): -3566146 or 12490185. OLE color: 12490185.

HSL color Cylindrical-coordinate representation of color #C995BE: hue angle of 312.69º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C995BE is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 149 190 -
CMYK 0 0.26 0.05 0.21
HSL 312.69º 0.33% 0.69% -
HSV(B) 312.69º 0.26% 0.79% -
XYZ 44.13 37.63 53.65 -
YUV 169.22 139.73 150.67 -
System Red Green Blue C M Y K H S L
Decimal 201 149 190 0 0.26 0.05 0.21 312.69 0.33 0.69
Hex C9 95 BE 0 1A 5 15 139 20 45
Octal 311 225 276 0 32 5 25 471 40 105
Binary 11001001 10010101 10111110 0 11010 101 10101 100111001 100000 1000101

Color Harmonies of #C995BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C995BE

Black with #C995BE

Text Example


Text Example

White with #C995BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C995BE; }

 p { color: rgb(201,149,190); }

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

background-color css

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

 a { background-color: rgb(201,149,190); }

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

border-color css

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

 span { border-color: rgb(201,149,190); }

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