Html Css Color HEX #C995BB Lily

📋 copy color: '#C995BB'

red 201 ◦ green 149 ◦ blue 187

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

Shades of Lily #C995BB

Tints of Lily #C995BB

RGB

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

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

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

R = 37.43%
G = 27.75%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#C995BB (or 0xC995BB) is known color: Lily. HEX triplet: C9, 95 and BB. RGB value is (201,149,187). Sum of RGB (Red+Green+Blue) = 201+149+187=537 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.43% from 537); Green value is 149 (58.59% from 255 or 27.75% from 537); Blue value is 187 (73.44% from 255 or 34.82% from 537); Max value from RGB is 201 - color contains mainly: red. Hex color #C995BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C995BB is #366A44. Grayscale: #A8A8A8. Windows color (decimal): -3566149 or 12293577. OLE color: 12293577.

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

Color convert

RGB 201 149 187 -
CMYK 0 0.26 0.07 0.21
HSL 316.15º 0.33% 0.69% -
HSV(B) 316.15º 0.26% 0.79% -
XYZ 43.8 37.5 51.94 -
YUV 168.88 138.23 150.91 -
System Red Green Blue C M Y K H S L
Decimal 201 149 187 0 0.26 0.07 0.21 316.15 0.33 0.69
Hex C9 95 BB 0 1A 7 15 13C 20 45
Octal 311 225 273 0 32 7 25 474 40 105
Binary 11001001 10010101 10111011 0 11010 111 10101 100111100 100000 1000101

Color Harmonies of #C995BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C995BB

Black with #C995BB

Text Example


Text Example

White with #C995BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C995BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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