Html Css Color HEX #C08EB6 London Hue

📋 copy color: '#C08EB6'

red 192 ◦ green 142 ◦ blue 182

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

Shades of London Hue #C08EB6

Tints of London Hue #C08EB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 35.27%

R = 37.21%
G = 27.52%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

#C08EB6 (or 0xC08EB6) is known color: London Hue. HEX triplet: C0, 8E and B6. RGB value is (192,142,182). Sum of RGB (Red+Green+Blue) = 192+142+182=516 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.21% from 516); Green value is 142 (55.86% from 255 or 27.52% from 516); Blue value is 182 (71.48% from 255 or 35.27% from 516); Max value from RGB is 192 - color contains mainly: red. Hex color #C08EB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08EB6 is #3F7149. Grayscale: #A1A1A1. Windows color (decimal): -4157770 or 11964096. OLE color: 11964096.

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

Color convert

RGB 192 142 182 -
CMYK 0 0.26 0.05 0.25
HSL 312º 0.28% 0.65% -
HSV(B) 312º 0.26% 0.75% -
XYZ 39.85 33.93 48.7 -
YUV 161.51 139.57 149.75 -
System Red Green Blue C M Y K H S L
Decimal 192 142 182 0 0.26 0.05 0.25 312 0.28 0.65
Hex C0 8E B6 0 1A 5 19 138 1C 41
Octal 300 216 266 0 32 5 31 470 34 101
Binary 11000000 10001110 10110110 0 11010 101 11001 100111000 11100 1000001

Color Harmonies of #C08EB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08EB6

Black with #C08EB6

Text Example


Text Example

White with #C08EB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08EB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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