Html Css Color HEX #C08EB9 London Hue

📋 copy color: '#C08EB9'

red 192 ◦ green 142 ◦ blue 185

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

Shades of London Hue #C08EB9

Tints of London Hue #C08EB9

RGB

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

 GREEN value IS 142 (55.86% from 255) = 27.36%

 BLUE value IS 185 (72.66% from 255) = 35.65%

R = 36.99%
G = 27.36%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#C08EB9 (or 0xC08EB9) is known color: London Hue. HEX triplet: C0, 8E and B9. RGB value is (192,142,185). Sum of RGB (Red+Green+Blue) = 192+142+185=519 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.99% from 519); Green value is 142 (55.86% from 255 or 27.36% from 519); Blue value is 185 (72.66% from 255 or 35.65% from 519); Max value from RGB is 192 - color contains mainly: red. Hex color #C08EB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08EB9 is #3F7146. Grayscale: #A1A1A1. Windows color (decimal): -4157767 or 12160704. OLE color: 12160704.

HSL color Cylindrical-coordinate representation of color #C08EB9: hue angle of 308.4º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C08EB9 is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 142 185 -
CMYK 0 0.26 0.04 0.25
HSL 308.4º 0.28% 0.65% -
HSV(B) 308.4º 0.26% 0.75% -
XYZ 40.17 34.06 50.36 -
YUV 161.85 141.07 149.5 -
System Red Green Blue C M Y K H S L
Decimal 192 142 185 0 0.26 0.04 0.25 308.4 0.28 0.65
Hex C0 8E B9 0 1A 4 19 134 1C 41
Octal 300 216 271 0 32 4 31 464 34 101
Binary 11000000 10001110 10111001 0 11010 100 11001 100110100 11100 1000001

Color Harmonies of #C08EB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08EB9

Black with #C08EB9

Text Example


Text Example

White with #C08EB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08EB9; }

 p { color: rgb(192,142,185); }

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

background-color css

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

 a { background-color: rgb(192,142,185); }

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

border-color css

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

 span { border-color: rgb(192,142,185); }

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