#C08FBA

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

Shades of London Hue #C08FBA

Tints of London Hue #C08FBA

Color information

#C08FBA (or 0xC08FBA) is unknown color: approx London Hue. HEX triplet: C0, 8F and BA. RGB value is (192,143,186). Sum of RGB (Red+Green+Blue) = 192+143+186=521 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.85% from 521); Green value is 143 (56.25% from 255 or 27.45% from 521); Blue value is 186 (73.05% from 255 or 35.70% from 521); Max value from RGB is 192 - color contains mainly: red. Hex color #C08FBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08FBA is #3F7045. Grayscale: #A2A2A2. Windows color (decimal): -4157510 or 12226496. OLE color: 12226496.

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

Color convert

RGB192143186-
CMYK00.260.030.25
HSL307.35º28%65.69%-
HSV(B)307.35º25.52%75.29%-
XYZ40.4234.450.96-
YUV162.55141.23149-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.85%
GREEN value IS 143 (56.25% from 255) = 27.45%
BLUE value IS 186 (73.05% from 255) = 35.70%
R=36.85%
G=27.45%
B=35.70%

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
Decimal19214318600.260.030.25307.352865.69
HexC08FBA01A3191331c42
Octal30021727203233146334102
Binary1100000010001111101110100110101111001100110011111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08FBA; }

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

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

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

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

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

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

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

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