#C08EBA

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

Shades of London Hue #C08EBA

Tints of London Hue #C08EBA

Color information

#C08EBA (or 0xC08EBA) is unknown color: approx London Hue. HEX triplet: C0, 8E and BA. RGB value is (192,142,186). Sum of RGB (Red+Green+Blue) = 192+142+186=520 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.92% from 520); Green value is 142 (55.86% from 255 or 27.31% from 520); Blue value is 186 (73.05% from 255 or 35.77% from 520); Max value from RGB is 192 - color contains mainly: red. Hex color #C08EBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08EBA is #3F7145. Grayscale: #A1A1A1. Windows color (decimal): -4157766 or 12226240. OLE color: 12226240.

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

Color convert

RGB192142186-
CMYK00.260.030.25
HSL307.2º28.41%65.49%-
HSV(B)307.2º26.04%75.29%-
XYZ40.2734.150.91-
YUV161.97141.56149.42-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.92%
GREEN value IS 142 (55.86% from 255) = 27.31%
BLUE value IS 186 (73.05% from 255) = 35.77%
R=36.92%
G=27.31%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19214218600.260.030.25307.228.4165.49
HexC08EBA01A3191331c41
Octal30021627203233146334101
Binary1100000010001110101110100110101111001100110011111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08EBA; }

 p { color: rgb(192,142,186); }

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

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

 a { background-color: rgb(192,142,186); }

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

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

 span { border-color: rgb(192,142,186); }

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