Html Css Color HEX #C992B5 Lily

📋 copy color: '#C992B5'

red 201 ◦ green 146 ◦ blue 181

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

Shades of Lily #C992B5

Tints of Lily #C992B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 34.28%

R = 38.07%
G = 27.65%
B = 34.28%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.10

 K value IS 0.21

RGB Variations

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

Color information

#C992B5 (or 0xC992B5) is known color: Lily. HEX triplet: C9, 92 and B5. RGB value is (201,146,181). Sum of RGB (Red+Green+Blue) = 201+146+181=528 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.07% from 528); Green value is 146 (57.42% from 255 or 27.65% from 528); Blue value is 181 (71.09% from 255 or 34.28% from 528); Max value from RGB is 201 - color contains mainly: red. Hex color #C992B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C992B5 is #366D4A. Grayscale: #A6A6A6. Windows color (decimal): -3566923 or 11899593. OLE color: 11899593.

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

Color convert

RGB 201 146 181 -
CMYK 0 0.27 0.10 0.21
HSL 321.82º 0.34% 0.68% -
HSV(B) 321.82º 0.27% 0.79% -
XYZ 42.71 36.31 48.47 -
YUV 166.44 136.22 152.65 -
System Red Green Blue C M Y K H S L
Decimal 201 146 181 0 0.27 0.10 0.21 321.82 0.34 0.68
Hex C9 92 B5 0 1B A 15 142 22 44
Octal 311 222 265 0 33 12 25 502 42 104
Binary 11001001 10010010 10110101 0 11011 1010 10101 101000010 100010 1000100

Color Harmonies of #C992B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C992B5

Black with #C992B5

Text Example


Text Example

White with #C992B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C992B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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