#c67fb5

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

Shades of London Hue #C67FB5

Tints of London Hue #C67FB5

Color information

#C67FB5 (or 0xC67FB5) is unknown color: approx London Hue. HEX triplet: C6, 7F and B5. RGB value is (198,127,181). Sum of RGB (Red+Green+Blue) = 198+127+181=506 (67% of max value = 765). Red value is 198 (77.73% from 255 or 39.13% from 506); Green value is 127 (50% from 255 or 25.10% from 506); Blue value is 181 (71.09% from 255 or 35.77% from 506); Max value from RGB is 198 - color contains mainly: red. Hex color #C67FB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67FB5 is #39804A. Grayscale: #9A9A9A. Windows color (decimal): -3768395 or 11894726. OLE color: 11894726.

HSL color Cylindrical-coordinate representation of color #C67FB5: hue angle of 314.37º 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 #C67FB5 is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.22.

Color convert

RGB198127181-
CMYK00.360.090.22
HSL314.37º38.38%63.73%-
HSV(B)314.37º35.86%77.65%-
XYZ39.2230.5247.54-
YUV154.38143.02159.11-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.13%
GREEN value IS 127 (50% from 255) = 25.10%
BLUE value IS 181 (71.09% from 255) = 35.77%
R=39.13%
G=25.10%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.09
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19812718100.360.090.22314.3738.3863.73
HexC67FB502491613a2640
Octal306177265044112647246100
Binary1100011011111111011010101001001001101101001110101001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c67fb5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c67fb5; }

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

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

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

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

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

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

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

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