Html Css Color HEX #C07ABA London Hue

📋 copy color: '#C07ABA'

red 192 ◦ green 122 ◦ blue 186

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

Shades of London Hue #C07ABA

Tints of London Hue #C07ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 37.2%

R = 38.4%
G = 24.4%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#C07ABA (or 0xC07ABA) is known color: London Hue. HEX triplet: C0, 7A and BA. RGB value is (192,122,186). Sum of RGB (Red+Green+Blue) = 192+122+186=500 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.4% from 500); Green value is 122 (48.05% from 255 or 24.4% from 500); Blue value is 186 (73.05% from 255 or 37.2% from 500); Max value from RGB is 192 - color contains mainly: red. Hex color #C07ABA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07ABA is #3F8545. Grayscale: #969696. Windows color (decimal): -4162886 or 12221120. OLE color: 12221120.

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

Color convert

RGB 192 122 186 -
CMYK 0 0.36 0.03 0.25
HSL 305.14º 0.36% 0.62% -
HSV(B) 305.14º 0.36% 0.75% -
XYZ 37.56 28.67 50.01 -
YUV 150.23 148.19 157.8 -
System Red Green Blue C M Y K H S L
Decimal 192 122 186 0 0.36 0.03 0.25 305.14 0.36 0.62
Hex C0 7A BA 0 24 3 19 131 24 3E
Octal 300 172 272 0 44 3 31 461 44 76
Binary 11000000 1111010 10111010 0 100100 11 11001 100110001 100100 111110

Color Harmonies of #C07ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07ABA

Black with #C07ABA

Text Example


Text Example

White with #C07ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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