Html Css Color HEX #C07AB0 London Hue

📋 copy color: '#C07AB0'

red 192 ◦ green 122 ◦ blue 176

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

Shades of London Hue #C07AB0

Tints of London Hue #C07AB0

RGB

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

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

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

R = 39.18%
G = 24.9%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#C07AB0 (or 0xC07AB0) is known color: London Hue. HEX triplet: C0, 7A and B0. RGB value is (192,122,176). Sum of RGB (Red+Green+Blue) = 192+122+176=490 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.18% from 490); Green value is 122 (48.05% from 255 or 24.90% from 490); Blue value is 176 (69.14% from 255 or 35.92% from 490); Max value from RGB is 192 - color contains mainly: red. Hex color #C07AB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07AB0 is #3F854F. Grayscale: #949494. Windows color (decimal): -4162896 or 11565760. OLE color: 11565760.

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

Color convert

RGB 192 122 176 -
CMYK 0 0.36 0.08 0.25
HSL 313.71º 0.36% 0.62% -
HSV(B) 313.71º 0.36% 0.75% -
XYZ 36.53 28.26 44.6 -
YUV 149.09 143.19 158.61 -
System Red Green Blue C M Y K H S L
Decimal 192 122 176 0 0.36 0.08 0.25 313.71 0.36 0.62
Hex C0 7A B0 0 24 8 19 13A 24 3E
Octal 300 172 260 0 44 10 31 472 44 76
Binary 11000000 1111010 10110000 0 100100 1000 11001 100111010 100100 111110

Color Harmonies of #C07AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07AB0

Black with #C07AB0

Text Example


Text Example

White with #C07AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07AB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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