Html Css Color HEX #C992B7 Lily

📋 copy color: '#C992B7'

red 201 ◦ green 146 ◦ blue 183

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

Shades of Lily #C992B7

Tints of Lily #C992B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 34.53%

R = 37.92%
G = 27.55%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.09

 K value IS 0.21

RGB Variations

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

Color information

#C992B7 (or 0xC992B7) is known color: Lily. HEX triplet: C9, 92 and B7. RGB value is (201,146,183). Sum of RGB (Red+Green+Blue) = 201+146+183=530 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.92% from 530); Green value is 146 (57.42% from 255 or 27.55% from 530); Blue value is 183 (71.88% from 255 or 34.53% from 530); Max value from RGB is 201 - color contains mainly: red. Hex color #C992B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C992B7 is #366D48. Grayscale: #A6A6A6. Windows color (decimal): -3566921 or 12030665. OLE color: 12030665.

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

Color convert

RGB 201 146 183 -
CMYK 0 0.27 0.09 0.21
HSL 319.64º 0.34% 0.68% -
HSV(B) 319.64º 0.27% 0.79% -
XYZ 42.91 36.39 49.56 -
YUV 166.66 137.22 152.49 -
System Red Green Blue C M Y K H S L
Decimal 201 146 183 0 0.27 0.09 0.21 319.64 0.34 0.68
Hex C9 92 B7 0 1B 9 15 140 22 44
Octal 311 222 267 0 33 11 25 500 42 104
Binary 11001001 10010010 10110111 0 11011 1001 10101 101000000 100010 1000100

Color Harmonies of #C992B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C992B7

Black with #C992B7

Text Example


Text Example

White with #C992B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C992B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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