Html Css Color HEX #C07EBB London Hue

📋 copy color: '#C07EBB'

red 192 ◦ green 126 ◦ blue 187

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

Shades of London Hue #C07EBB

Tints of London Hue #C07EBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 37.03%

R = 38.02%
G = 24.95%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#C07EBB (or 0xC07EBB) is known color: London Hue. HEX triplet: C0, 7E and BB. RGB value is (192,126,187). Sum of RGB (Red+Green+Blue) = 192+126+187=505 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.02% from 505); Green value is 126 (49.61% from 255 or 24.95% from 505); Blue value is 187 (73.44% from 255 or 37.03% from 505); Max value from RGB is 192 - color contains mainly: red. Hex color #C07EBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07EBB is #3F8144. Grayscale: #989898. Windows color (decimal): -4161861 or 12287680. OLE color: 12287680.

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

Color convert

RGB 192 126 187 -
CMYK 0 0.34 0.03 0.25
HSL 304.55º 0.34% 0.62% -
HSV(B) 304.55º 0.34% 0.75% -
XYZ 38.17 29.72 50.74 -
YUV 152.69 147.37 156.04 -
System Red Green Blue C M Y K H S L
Decimal 192 126 187 0 0.34 0.03 0.25 304.55 0.34 0.62
Hex C0 7E BB 0 22 3 19 131 22 3E
Octal 300 176 273 0 42 3 31 461 42 76
Binary 11000000 1111110 10111011 0 100010 11 11001 100110001 100010 111110

Color Harmonies of #C07EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07EBB

Black with #C07EBB

Text Example


Text Example

White with #C07EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07EBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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