Html Css Color HEX #C992BC Lily

📋 copy color: '#C992BC'

red 201 ◦ green 146 ◦ blue 188

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

Shades of Lily #C992BC

Tints of Lily #C992BC

RGB

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

 GREEN value IS 146 (57.42% from 255) = 27.29%

 BLUE value IS 188 (73.83% from 255) = 35.14%

R = 37.57%
G = 27.29%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#C992BC (or 0xC992BC) is known color: Lily. HEX triplet: C9, 92 and BC. RGB value is (201,146,188). Sum of RGB (Red+Green+Blue) = 201+146+188=535 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.57% from 535); Green value is 146 (57.42% from 255 or 27.29% from 535); Blue value is 188 (73.83% from 255 or 35.14% from 535); Max value from RGB is 201 - color contains mainly: red. Hex color #C992BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C992BC is #366D43. Grayscale: #A7A7A7. Windows color (decimal): -3566916 or 12358345. OLE color: 12358345.

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

Color convert

RGB 201 146 188 -
CMYK 0 0.27 0.06 0.21
HSL 314.18º 0.34% 0.68% -
HSV(B) 314.18º 0.27% 0.79% -
XYZ 43.44 36.61 52.35 -
YUV 167.23 139.72 152.08 -
System Red Green Blue C M Y K H S L
Decimal 201 146 188 0 0.27 0.06 0.21 314.18 0.34 0.68
Hex C9 92 BC 0 1B 6 15 13A 22 44
Octal 311 222 274 0 33 6 25 472 42 104
Binary 11001001 10010010 10111100 0 11011 110 10101 100111010 100010 1000100

Color Harmonies of #C992BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C992BC

Black with #C992BC

Text Example


Text Example

White with #C992BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C992BC; }

 p { color: rgb(201,146,188); }

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

background-color css

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

 a { background-color: rgb(201,146,188); }

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

border-color css

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

 span { border-color: rgb(201,146,188); }

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