#C67FBA

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

Shades of London Hue #C67FBA

Tints of London Hue #C67FBA

Color information

#C67FBA (or 0xC67FBA) is unknown color: approx London Hue. HEX triplet: C6, 7F and BA. RGB value is (198,127,186). Sum of RGB (Red+Green+Blue) = 198+127+186=511 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.75% from 511); Green value is 127 (50% from 255 or 24.85% from 511); Blue value is 186 (73.05% from 255 or 36.40% from 511); Max value from RGB is 198 - color contains mainly: red. Hex color #C67FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67FBA is #398045. Grayscale: #9A9A9A. Windows color (decimal): -3768390 or 12222406. OLE color: 12222406.

HSL color Cylindrical-coordinate representation of color #C67FBA: hue angle of 310.14º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C67FBA is Cyan = 0, Magento = 0.36, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB198127186-
CMYK00.360.060.22
HSL310.14º38.38%63.73%-
HSV(B)310.14º35.86%77.65%-
XYZ39.7430.7350.29-
YUV154.95145.52158.7-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.75%
GREEN value IS 127 (50% from 255) = 24.85%
BLUE value IS 186 (73.05% from 255) = 36.40%
R=38.75%
G=24.85%
B=36.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19812718600.360.060.22310.1438.3863.73
HexC67FBA0246161362640
Octal30617727204462646646100
Binary110001101111111101110100100100110101101001101101001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67FBA; }

 p { color: rgb(198,127,186); }

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

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

 a { background-color: rgb(198,127,186); }

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

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

 span { border-color: rgb(198,127,186); }

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