Html Css Color HEX #C07FB0 London Hue

📋 copy color: '#C07FB0'

red 192 ◦ green 127 ◦ blue 176

#C07FB0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of London Hue #C07FB0

Tints of London Hue #C07FB0

RGB

 RED value IS 192 (75.39% from 255) = 38.79%

 GREEN value IS 127 (50% from 255) = 25.66%

 BLUE value IS 176 (69.14% from 255) = 35.56%

R = 38.79%
G = 25.66%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#C07FB0 (or 0xC07FB0) is known color: London Hue. HEX triplet: C0, 7F and B0. RGB value is (192,127,176). Sum of RGB (Red+Green+Blue) = 192+127+176=495 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.79% from 495); Green value is 127 (50% from 255 or 25.66% from 495); Blue value is 176 (69.14% from 255 or 35.56% from 495); Max value from RGB is 192 - color contains mainly: red. Hex color #C07FB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07FB0 is #3F804F. Grayscale: #979797. Windows color (decimal): -4161616 or 11567040. OLE color: 11567040.

HSL color Cylindrical-coordinate representation of color #C07FB0: hue angle of 314.77º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C07FB0 is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 127 176 -
CMYK 0 0.34 0.08 0.25
HSL 314.77º 0.34% 0.63% -
HSV(B) 314.77º 0.34% 0.75% -
XYZ 37.16 29.52 44.81 -
YUV 152.02 141.53 156.52 -
System Red Green Blue C M Y K H S L
Decimal 192 127 176 0 0.34 0.08 0.25 314.77 0.34 0.63
Hex C0 7F B0 0 22 8 19 13B 22 3F
Octal 300 177 260 0 42 10 31 473 42 77
Binary 11000000 1111111 10110000 0 100010 1000 11001 100111011 100010 111111

Color Harmonies of #C07FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07FB0

Black with #C07FB0

Text Example


Text Example

White with #C07FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07FB0; }

 p { color: rgb(192,127,176); }

 H1.HeaderClassName
 {
   color: #C07FB0;
 }
 .AnyTagClassName
 {
   color: #C07FB0;
 }
</style>

background-color css

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

 a { background-color: rgb(192,127,176); }

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

border-color css

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

 span { border-color: rgb(192,127,176); }

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