Html Css Color HEX #C07CBA London Hue

📋 copy color: '#C07CBA'

red 192 ◦ green 124 ◦ blue 186

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

Shades of London Hue #C07CBA

Tints of London Hue #C07CBA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 24.7%

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

R = 38.25%
G = 24.7%
B = 37.05%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#C07CBA (or 0xC07CBA) is known color: London Hue. HEX triplet: C0, 7C and BA. RGB value is (192,124,186). Sum of RGB (Red+Green+Blue) = 192+124+186=502 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.25% from 502); Green value is 124 (48.83% from 255 or 24.70% from 502); Blue value is 186 (73.05% from 255 or 37.05% from 502); Max value from RGB is 192 - color contains mainly: red. Hex color #C07CBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07CBA is #3F8345. Grayscale: #979797. Windows color (decimal): -4162374 or 12221632. OLE color: 12221632.

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

Color convert

RGB 192 124 186 -
CMYK 0 0.35 0.03 0.25
HSL 305.29º 0.35% 0.62% -
HSV(B) 305.29º 0.35% 0.75% -
XYZ 37.81 29.17 50.09 -
YUV 151.4 147.53 156.96 -
System Red Green Blue C M Y K H S L
Decimal 192 124 186 0 0.35 0.03 0.25 305.29 0.35 0.62
Hex C0 7C BA 0 23 3 19 131 23 3E
Octal 300 174 272 0 43 3 31 461 43 76
Binary 11000000 1111100 10111010 0 100011 11 11001 100110001 100011 111110

Color Harmonies of #C07CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07CBA

Black with #C07CBA

Text Example


Text Example

White with #C07CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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