Html Css Color HEX #C07FB3 London Hue

📋 copy color: '#C07FB3'

red 192 ◦ green 127 ◦ blue 179

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

Shades of London Hue #C07FB3

Tints of London Hue #C07FB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 35.94%

R = 38.55%
G = 25.5%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#C07FB3 (or 0xC07FB3) is known color: London Hue. HEX triplet: C0, 7F and B3. RGB value is (192,127,179). Sum of RGB (Red+Green+Blue) = 192+127+179=498 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.55% from 498); Green value is 127 (50% from 255 or 25.50% from 498); Blue value is 179 (70.31% from 255 or 35.94% from 498); Max value from RGB is 192 - color contains mainly: red. Hex color #C07FB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07FB3 is #3F804C. Grayscale: #989898. Windows color (decimal): -4161613 or 11763648. OLE color: 11763648.

HSL color Cylindrical-coordinate representation of color #C07FB3: hue angle of 312º 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 #C07FB3 is Cyan = 0, Magento = 0.34, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 127 179 -
CMYK 0 0.34 0.07 0.25
HSL 312º 0.34% 0.63% -
HSV(B) 312º 0.34% 0.75% -
XYZ 37.46 29.64 46.39 -
YUV 152.36 143.03 156.27 -
System Red Green Blue C M Y K H S L
Decimal 192 127 179 0 0.34 0.07 0.25 312 0.34 0.63
Hex C0 7F B3 0 22 7 19 138 22 3F
Octal 300 177 263 0 42 7 31 470 42 77
Binary 11000000 1111111 10110011 0 100010 111 11001 100111000 100010 111111

Color Harmonies of #C07FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07FB3

Black with #C07FB3

Text Example


Text Example

White with #C07FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07FB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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