#C08BB1

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

Shades of Lily #C08BB1

Tints of Lily #C08BB1

Color information

#C08BB1 (or 0xC08BB1) is unknown color: approx Lily. HEX triplet: C0, 8B and B1. RGB value is (192,139,177). Sum of RGB (Red+Green+Blue) = 192+139+177=508 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.80% from 508); Green value is 139 (54.69% from 255 or 27.36% from 508); Blue value is 177 (69.53% from 255 or 34.84% from 508); Max value from RGB is 192 - color contains mainly: red. Hex color #C08BB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08BB1 is #3F744E. Grayscale: #9F9F9F. Windows color (decimal): -4158543 or 11635648. OLE color: 11635648.

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

Color convert

RGB192139177-
CMYK00.280.080.25
HSL316.98º29.61%64.9%-
HSV(B)316.98º27.6%75.29%-
XYZ38.9132.8545.88-
YUV159.18138.06151.41-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.80%
GREEN value IS 139 (54.69% from 255) = 27.36%
BLUE value IS 177 (69.53% from 255) = 34.84%
R=37.80%
G=27.36%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213917700.280.080.25316.9829.6164.9
HexC08BB101C81913d1e41
Octal300213261034103147536101
Binary110000001000101110110001011100100011001100111101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08BB1; }

 p { color: rgb(192,139,177); }

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

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

 a { background-color: rgb(192,139,177); }

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

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

 span { border-color: rgb(192,139,177); }

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