Html Css Color HEX #C994BA Lily

📋 copy color: '#C994BA'

red 201 ◦ green 148 ◦ blue 186

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

Shades of Lily #C994BA

Tints of Lily #C994BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 34.77%

R = 37.57%
G = 27.66%
B = 34.77%

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

#C994BA (or 0xC994BA) is known color: Lily. HEX triplet: C9, 94 and BA. RGB value is (201,148,186). Sum of RGB (Red+Green+Blue) = 201+148+186=535 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.57% from 535); Green value is 148 (58.20% from 255 or 27.66% from 535); Blue value is 186 (73.05% from 255 or 34.77% from 535); Max value from RGB is 201 - color contains mainly: red. Hex color #C994BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C994BA is #366B45. Grayscale: #A8A8A8. Windows color (decimal): -3566406 or 12227785. OLE color: 12227785.

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

Color convert

RGB 201 148 186 -
CMYK 0 0.26 0.07 0.21
HSL 316.98º 0.33% 0.68% -
HSV(B) 316.98º 0.26% 0.79% -
XYZ 43.54 37.14 51.33 -
YUV 168.18 138.06 151.41 -
System Red Green Blue C M Y K H S L
Decimal 201 148 186 0 0.26 0.07 0.21 316.98 0.33 0.68
Hex C9 94 BA 0 1A 7 15 13D 21 44
Octal 311 224 272 0 32 7 25 475 41 104
Binary 11001001 10010100 10111010 0 11010 111 10101 100111101 100001 1000100

Color Harmonies of #C994BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C994BA

Black with #C994BA

Text Example


Text Example

White with #C994BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C994BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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