#C08FB2

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

Shades of Lily #C08FB2

Tints of Lily #C08FB2

Color information

#C08FB2 (or 0xC08FB2) is unknown color: approx Lily. HEX triplet: C0, 8F and B2. RGB value is (192,143,178). Sum of RGB (Red+Green+Blue) = 192+143+178=513 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.43% from 513); Green value is 143 (56.25% from 255 or 27.88% from 513); Blue value is 178 (69.92% from 255 or 34.70% from 513); Max value from RGB is 192 - color contains mainly: red. Hex color #C08FB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08FB2 is #3F704D. Grayscale: #A1A1A1. Windows color (decimal): -4157518 or 11702208. OLE color: 11702208.

HSL color Cylindrical-coordinate representation of color #C08FB2: hue angle of 317.14º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C08FB2 is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB192143178-
CMYK00.260.070.25
HSL317.14º28%65.69%-
HSV(B)317.14º25.52%75.29%-
XYZ39.634.0746.61-
YUV161.64137.23149.65-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.43%
GREEN value IS 143 (56.25% from 255) = 27.88%
BLUE value IS 178 (69.92% from 255) = 34.70%
R=37.43%
G=27.88%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19214317800.260.070.25317.142865.69
HexC08FB201A71913d1c42
Octal30021726203273147534102
Binary11000000100011111011001001101011111001100111101111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08FB2; }

 p { color: rgb(192,143,178); }

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

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

 a { background-color: rgb(192,143,178); }

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

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

 span { border-color: rgb(192,143,178); }

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