Html Css Color HEX #C07AB7 London Hue

📋 copy color: '#C07AB7'

red 192 ◦ green 122 ◦ blue 183

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

Shades of London Hue #C07AB7

Tints of London Hue #C07AB7

RGB

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

 GREEN value IS 122 (48.05% from 255) = 24.55%

 BLUE value IS 183 (71.88% from 255) = 36.82%

R = 38.63%
G = 24.55%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

#C07AB7 (or 0xC07AB7) is known color: London Hue. HEX triplet: C0, 7A and B7. RGB value is (192,122,183). Sum of RGB (Red+Green+Blue) = 192+122+183=497 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.63% from 497); Green value is 122 (48.05% from 255 or 24.55% from 497); Blue value is 183 (71.88% from 255 or 36.82% from 497); Max value from RGB is 192 - color contains mainly: red. Hex color #C07AB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07AB7 is #3F8548. Grayscale: #959595. Windows color (decimal): -4162889 or 12024512. OLE color: 12024512.

HSL color Cylindrical-coordinate representation of color #C07AB7: hue angle of 307.71º degrees, saturation: 0.36, 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 #C07AB7 is Cyan = 0, Magento = 0.36, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 122 183 -
CMYK 0 0.36 0.05 0.25
HSL 307.71º 0.36% 0.62% -
HSV(B) 307.71º 0.36% 0.75% -
XYZ 37.25 28.54 48.35 -
YUV 149.88 146.69 158.04 -
System Red Green Blue C M Y K H S L
Decimal 192 122 183 0 0.36 0.05 0.25 307.71 0.36 0.62
Hex C0 7A B7 0 24 5 19 134 24 3E
Octal 300 172 267 0 44 5 31 464 44 76
Binary 11000000 1111010 10110111 0 100100 101 11001 100110100 100100 111110

Color Harmonies of #C07AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07AB7

Black with #C07AB7

Text Example


Text Example

White with #C07AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07AB7; }

 p { color: rgb(192,122,183); }

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

background-color css

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

 a { background-color: rgb(192,122,183); }

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

border-color css

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

 span { border-color: rgb(192,122,183); }

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