Html Css Color HEX #C07FAD London Hue

📋 copy color: '#C07FAD'

red 192 ◦ green 127 ◦ blue 173

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

Shades of London Hue #C07FAD

Tints of London Hue #C07FAD

RGB

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

 GREEN value IS 127 (50% from 255) = 25.81%

 BLUE value IS 173 (67.97% from 255) = 35.16%

R = 39.02%
G = 25.81%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#C07FAD (or 0xC07FAD) is known color: London Hue. HEX triplet: C0, 7F and AD. RGB value is (192,127,173). Sum of RGB (Red+Green+Blue) = 192+127+173=492 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.02% from 492); Green value is 127 (50% from 255 or 25.81% from 492); Blue value is 173 (67.97% from 255 or 35.16% from 492); Max value from RGB is 192 - color contains mainly: red. Hex color #C07FAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07FAD is #3F8052. Grayscale: #979797. Windows color (decimal): -4161619 or 11370432. OLE color: 11370432.

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

Color convert

RGB 192 127 173 -
CMYK 0 0.34 0.10 0.25
HSL 317.54º 0.34% 0.63% -
HSV(B) 317.54º 0.34% 0.75% -
XYZ 36.87 29.4 43.27 -
YUV 151.68 140.03 156.76 -
System Red Green Blue C M Y K H S L
Decimal 192 127 173 0 0.34 0.10 0.25 317.54 0.34 0.63
Hex C0 7F AD 0 22 A 19 13E 22 3F
Octal 300 177 255 0 42 12 31 476 42 77
Binary 11000000 1111111 10101101 0 100010 1010 11001 100111110 100010 111111

Color Harmonies of #C07FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07FAD

Black with #C07FAD

Text Example


Text Example

White with #C07FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07FAD; }

 p { color: rgb(192,127,173); }

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

background-color css

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

 a { background-color: rgb(192,127,173); }

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

border-color css

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

 span { border-color: rgb(192,127,173); }

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