#c98cbc

Color #C98CBC Lily (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lily #C98CBC

Tints of Lily #C98CBC

Color information

#C98CBC (or 0xC98CBC) is unknown color: approx Lily. HEX triplet: C9, 8C and BC. RGB value is (201,140,188). Sum of RGB (Red+Green+Blue) = 201+140+188=529 (70% of max value = 765). Red value is 201 (78.91% from 255 or 38.00% from 529); Green value is 140 (55.08% from 255 or 26.47% from 529); Blue value is 188 (73.83% from 255 or 35.54% from 529); Max value from RGB is 201 - color contains mainly: red. Hex color #C98CBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98CBC is #367343. Grayscale: #A3A3A3. Windows color (decimal): -3568452 or 12356809. OLE color: 12356809.

HSL color Cylindrical-coordinate representation of color #C98CBC: hue angle of 312.79º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C98CBC is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB201140188-
CMYK00.300.060.21
HSL312.79º36.09%66.86%-
HSV(B)312.79º30.35%78.82%-
XYZ42.5434.852.05-
YUV163.71141.71154.6-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.00%
GREEN value IS 140 (55.08% from 255) = 26.47%
BLUE value IS 188 (73.83% from 255) = 35.54%
R=38.00%
G=26.47%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20114018800.300.060.21312.7936.0966.86
HexC98CBC01E6151392443
Octal31121427403662547144103
Binary110010011000110010111100011110110101011001110011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c98cbc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c98cbc; }

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

 H1.HeaderClassName
 {
   color: #c98cbc;
 }
 .AnyTagClassName
 {
   color: #c98cbc;
 }
</style>
background-color css

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

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

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

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

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

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