#C08ABA

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

Shades of London Hue #C08ABA

Tints of London Hue #C08ABA

Color information

#C08ABA (or 0xC08ABA) is unknown color: approx London Hue. HEX triplet: C0, 8A and BA. RGB value is (192,138,186). Sum of RGB (Red+Green+Blue) = 192+138+186=516 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.21% from 516); Green value is 138 (54.30% from 255 or 26.74% from 516); Blue value is 186 (73.05% from 255 or 36.05% from 516); Max value from RGB is 192 - color contains mainly: red. Hex color #C08ABA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08ABA is #3F7545. Grayscale: #9F9F9F. Windows color (decimal): -4158790 or 12225216. OLE color: 12225216.

HSL color Cylindrical-coordinate representation of color #C08ABA: hue angle of 306.67º 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 #C08ABA is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB192138186-
CMYK00.280.030.25
HSL306.67º30%64.71%-
HSV(B)306.67º28.12%75.29%-
XYZ39.6932.9350.72-
YUV159.62142.89151.1-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.21%
GREEN value IS 138 (54.30% from 255) = 26.74%
BLUE value IS 186 (73.05% from 255) = 36.05%
R=37.21%
G=26.74%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213818600.280.030.25306.673064.71
HexC08ABA01C3191331e41
Octal30021227203433146336101
Binary1100000010001010101110100111001111001100110011111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08ABA; }

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

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

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

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

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

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

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

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