Html Css Color HEX #C995B7 Lily

📋 copy color: '#C995B7'

red 201 ◦ green 149 ◦ blue 183

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

Shades of Lily #C995B7

Tints of Lily #C995B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 34.33%

R = 37.71%
G = 27.95%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.09

 K value IS 0.21

RGB Variations

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

Color information

#C995B7 (or 0xC995B7) is known color: Lily. HEX triplet: C9, 95 and B7. RGB value is (201,149,183). Sum of RGB (Red+Green+Blue) = 201+149+183=533 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.71% from 533); Green value is 149 (58.59% from 255 or 27.95% from 533); Blue value is 183 (71.88% from 255 or 34.33% from 533); Max value from RGB is 201 - color contains mainly: red. Hex color #C995B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C995B7 is #366A48. Grayscale: #A8A8A8. Windows color (decimal): -3566153 or 12031433. OLE color: 12031433.

HSL color Cylindrical-coordinate representation of color #C995B7: hue angle of 320.77º 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 #C995B7 is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 149 183 -
CMYK 0 0.26 0.09 0.21
HSL 320.77º 0.33% 0.69% -
HSV(B) 320.77º 0.26% 0.79% -
XYZ 43.38 37.33 49.72 -
YUV 168.42 136.23 151.24 -
System Red Green Blue C M Y K H S L
Decimal 201 149 183 0 0.26 0.09 0.21 320.77 0.33 0.69
Hex C9 95 B7 0 1A 9 15 141 20 45
Octal 311 225 267 0 32 11 25 501 40 105
Binary 11001001 10010101 10110111 0 11010 1001 10101 101000001 100000 1000101

Color Harmonies of #C995B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C995B7

Black with #C995B7

Text Example


Text Example

White with #C995B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C995B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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