#C67FB7

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

Shades of London Hue #C67FB7

Tints of London Hue #C67FB7

Color information

#C67FB7 (or 0xC67FB7) is unknown color: approx London Hue. HEX triplet: C6, 7F and B7. RGB value is (198,127,183). Sum of RGB (Red+Green+Blue) = 198+127+183=508 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.98% from 508); Green value is 127 (50% from 255 or 25% from 508); Blue value is 183 (71.88% from 255 or 36.02% from 508); Max value from RGB is 198 - color contains mainly: red. Hex color #C67FB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67FB7 is #398048. Grayscale: #9A9A9A. Windows color (decimal): -3768393 or 12025798. OLE color: 12025798.

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

Color convert

RGB198127183-
CMYK00.360.080.22
HSL312.68º38.38%63.73%-
HSV(B)312.68º35.86%77.65%-
XYZ39.4330.648.63-
YUV154.61144.02158.95-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.98%
GREEN value IS 127 (50% from 255) = 25%
BLUE value IS 183 (71.88% from 255) = 36.02%
R=38.98%
G=25%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.08
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19812718300.360.080.22312.6838.3863.73
HexC67FB70248161392640
Octal306177267044102647146100
Binary1100011011111111011011101001001000101101001110011001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67FB7; }

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

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

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

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

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

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

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

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