Html Css Color HEX #C07AAE London Hue

📋 copy color: '#C07AAE'

red 192 ◦ green 122 ◦ blue 174

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

Shades of London Hue #C07AAE

Tints of London Hue #C07AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 35.66%

R = 39.34%
G = 25%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#C07AAE (or 0xC07AAE) is known color: London Hue. HEX triplet: C0, 7A and AE. RGB value is (192,122,174). Sum of RGB (Red+Green+Blue) = 192+122+174=488 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.34% from 488); Green value is 122 (48.05% from 255 or 25% from 488); Blue value is 174 (68.36% from 255 or 35.66% from 488); Max value from RGB is 192 - color contains mainly: red. Hex color #C07AAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07AAE is #3F8551. Grayscale: #949494. Windows color (decimal): -4162898 or 11434688. OLE color: 11434688.

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

Color convert

RGB 192 122 174 -
CMYK 0 0.36 0.09 0.25
HSL 315.43º 0.36% 0.62% -
HSV(B) 315.43º 0.36% 0.75% -
XYZ 36.34 28.18 43.57 -
YUV 148.86 142.19 158.77 -
System Red Green Blue C M Y K H S L
Decimal 192 122 174 0 0.36 0.09 0.25 315.43 0.36 0.62
Hex C0 7A AE 0 24 9 19 13B 24 3E
Octal 300 172 256 0 44 11 31 473 44 76
Binary 11000000 1111010 10101110 0 100100 1001 11001 100111011 100100 111110

Color Harmonies of #C07AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07AAE

Black with #C07AAE

Text Example


Text Example

White with #C07AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07AAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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