Html Css Color HEX #C994BD Lily

📋 copy color: '#C994BD'

red 201 ◦ green 148 ◦ blue 189

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

Shades of Lily #C994BD

Tints of Lily #C994BD

RGB

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

 GREEN value IS 148 (58.2% from 255) = 27.51%

 BLUE value IS 189 (74.22% from 255) = 35.13%

R = 37.36%
G = 27.51%
B = 35.13%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#C994BD (or 0xC994BD) is known color: Lily. HEX triplet: C9, 94 and BD. RGB value is (201,148,189). Sum of RGB (Red+Green+Blue) = 201+148+189=538 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.36% from 538); Green value is 148 (58.20% from 255 or 27.51% from 538); Blue value is 189 (74.22% from 255 or 35.13% from 538); Max value from RGB is 201 - color contains mainly: red. Hex color #C994BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C994BD is #366B42. Grayscale: #A8A8A8. Windows color (decimal): -3566403 or 12424393. OLE color: 12424393.

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

Color convert

RGB 201 148 189 -
CMYK 0 0.26 0.06 0.21
HSL 313.58º 0.33% 0.68% -
HSV(B) 313.58º 0.26% 0.79% -
XYZ 43.86 37.27 53.03 -
YUV 168.52 139.56 151.17 -
System Red Green Blue C M Y K H S L
Decimal 201 148 189 0 0.26 0.06 0.21 313.58 0.33 0.68
Hex C9 94 BD 0 1A 6 15 13A 21 44
Octal 311 224 275 0 32 6 25 472 41 104
Binary 11001001 10010100 10111101 0 11010 110 10101 100111010 100001 1000100

Color Harmonies of #C994BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C994BD

Black with #C994BD

Text Example


Text Example

White with #C994BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C994BD; }

 p { color: rgb(201,148,189); }

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

background-color css

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

 a { background-color: rgb(201,148,189); }

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

border-color css

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

 span { border-color: rgb(201,148,189); }

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