#C07BB3

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

Shades of London Hue #C07BB3

Tints of London Hue #C07BB3

Color information

#C07BB3 (or 0xC07BB3) is unknown color: approx London Hue. HEX triplet: C0, 7B and B3. RGB value is (192,123,179). Sum of RGB (Red+Green+Blue) = 192+123+179=494 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.87% from 494); Green value is 123 (48.44% from 255 or 24.90% from 494); Blue value is 179 (70.31% from 255 or 36.23% from 494); Max value from RGB is 192 - color contains mainly: red. Hex color #C07BB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07BB3 is #3F844C. Grayscale: #959595. Windows color (decimal): -4162637 or 11762624. OLE color: 11762624.

HSL color Cylindrical-coordinate representation of color #C07BB3: hue angle of 311.3º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C07BB3 is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB192123179-
CMYK00.360.070.25
HSL311.3º35.38%61.76%-
HSV(B)311.3º35.94%75.29%-
XYZ36.9628.6346.23-
YUV150.01144.36157.95-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.87%
GREEN value IS 123 (48.44% from 255) = 24.90%
BLUE value IS 179 (70.31% from 255) = 36.23%
R=38.87%
G=24.90%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19212317900.360.070.25311.335.3861.76
HexC07BB3024719137233e
Octal3001732630447314674376
Binary11000000111101110110011010010011111001100110111100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07BB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07BB3; }

 p { color: rgb(192,123,179); }

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

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

 a { background-color: rgb(192,123,179); }

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

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

 span { border-color: rgb(192,123,179); }

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