Html Css Color HEX #C995B8 Lily

📋 copy color: '#C995B8'

red 201 ◦ green 149 ◦ blue 184

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

Shades of Lily #C995B8

Tints of Lily #C995B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 34.46%

R = 37.64%
G = 27.9%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#C995B8 (or 0xC995B8) is known color: Lily. HEX triplet: C9, 95 and B8. RGB value is (201,149,184). Sum of RGB (Red+Green+Blue) = 201+149+184=534 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.64% from 534); Green value is 149 (58.59% from 255 or 27.90% from 534); Blue value is 184 (72.27% from 255 or 34.46% from 534); Max value from RGB is 201 - color contains mainly: red. Hex color #C995B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C995B8 is #366A47. Grayscale: #A8A8A8. Windows color (decimal): -3566152 or 12096969. OLE color: 12096969.

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

Color convert

RGB 201 149 184 -
CMYK 0 0.26 0.08 0.21
HSL 319.62º 0.33% 0.69% -
HSV(B) 319.62º 0.26% 0.79% -
XYZ 43.49 37.37 50.27 -
YUV 168.54 136.73 151.15 -
System Red Green Blue C M Y K H S L
Decimal 201 149 184 0 0.26 0.08 0.21 319.62 0.33 0.69
Hex C9 95 B8 0 1A 8 15 140 20 45
Octal 311 225 270 0 32 10 25 500 40 105
Binary 11001001 10010101 10111000 0 11010 1000 10101 101000000 100000 1000101

Color Harmonies of #C995B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C995B8

Black with #C995B8

Text Example


Text Example

White with #C995B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C995B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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