#C08CAB

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

Shades of Lily #C08CAB

Tints of Lily #C08CAB

Color information

#C08CAB (or 0xC08CAB) is unknown color: approx Lily. HEX triplet: C0, 8C and AB. RGB value is (192,140,171). Sum of RGB (Red+Green+Blue) = 192+140+171=503 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.17% from 503); Green value is 140 (55.08% from 255 or 27.83% from 503); Blue value is 171 (67.19% from 255 or 34.00% from 503); Max value from RGB is 192 - color contains mainly: red. Hex color #C08CAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08CAB is #3F7354. Grayscale: #9F9F9F. Windows color (decimal): -4158293 or 11242688. OLE color: 11242688.

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

Color convert

RGB192140171-
CMYK00.270.110.25
HSL324.23º29.21%65.1%-
HSV(B)324.23º27.08%75.29%-
XYZ38.4732.942.85-
YUV159.08134.73151.48-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.17%
GREEN value IS 140 (55.08% from 255) = 27.83%
BLUE value IS 171 (67.19% from 255) = 34.00%
R=38.17%
G=27.83%
B=34.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19214017100.270.110.25324.2329.2165.1
HexC08CAB01BB191441d41
Octal300214253033133150435101
Binary110000001000110010101011011011101111001101000100111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08CAB; }

 p { color: rgb(192,140,171); }

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

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

 a { background-color: rgb(192,140,171); }

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

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

 span { border-color: rgb(192,140,171); }

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