Html Css Color HEX #C07EAE London Hue

📋 copy color: '#C07EAE'

red 192 ◦ green 126 ◦ blue 174

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

Shades of London Hue #C07EAE

Tints of London Hue #C07EAE

RGB

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

 GREEN value IS 126 (49.61% from 255) = 25.61%

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

R = 39.02%
G = 25.61%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#C07EAE (or 0xC07EAE) is known color: London Hue. HEX triplet: C0, 7E and AE. RGB value is (192,126,174). Sum of RGB (Red+Green+Blue) = 192+126+174=492 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.02% from 492); Green value is 126 (49.61% from 255 or 25.61% from 492); Blue value is 174 (68.36% from 255 or 35.37% from 492); Max value from RGB is 192 - color contains mainly: red. Hex color #C07EAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07EAE is #3F8151. Grayscale: #979797. Windows color (decimal): -4161874 or 11435712. OLE color: 11435712.

HSL color Cylindrical-coordinate representation of color #C07EAE: hue angle of 316.36º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C07EAE is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 126 174 -
CMYK 0 0.34 0.09 0.25
HSL 316.36º 0.34% 0.62% -
HSV(B) 316.36º 0.34% 0.75% -
XYZ 36.84 29.18 43.74 -
YUV 151.21 140.87 157.1 -
System Red Green Blue C M Y K H S L
Decimal 192 126 174 0 0.34 0.09 0.25 316.36 0.34 0.62
Hex C0 7E AE 0 22 9 19 13C 22 3E
Octal 300 176 256 0 42 11 31 474 42 76
Binary 11000000 1111110 10101110 0 100010 1001 11001 100111100 100010 111110

Color Harmonies of #C07EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07EAE

Black with #C07EAE

Text Example


Text Example

White with #C07EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07EAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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