Html Css Color HEX #C08FB9 London Hue

📋 copy color: '#C08FB9'

red 192 ◦ green 143 ◦ blue 185

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

Shades of London Hue #C08FB9

Tints of London Hue #C08FB9

RGB

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

 GREEN value IS 143 (56.25% from 255) = 27.5%

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

R = 36.92%
G = 27.5%
B = 35.58%

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

#C08FB9 (or 0xC08FB9) is known color: London Hue. HEX triplet: C0, 8F and B9. RGB value is (192,143,185). Sum of RGB (Red+Green+Blue) = 192+143+185=520 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.92% from 520); Green value is 143 (56.25% from 255 or 27.5% from 520); Blue value is 185 (72.66% from 255 or 35.58% from 520); Max value from RGB is 192 - color contains mainly: red. Hex color #C08FB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08FB9 is #3F7046. Grayscale: #A2A2A2. Windows color (decimal): -4157511 or 12160960. OLE color: 12160960.

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

Color convert

RGB 192 143 185 -
CMYK 0 0.26 0.04 0.25
HSL 308.57º 0.28% 0.66% -
HSV(B) 308.57º 0.26% 0.75% -
XYZ 40.32 34.35 50.4 -
YUV 162.44 140.73 149.08 -
System Red Green Blue C M Y K H S L
Decimal 192 143 185 0 0.26 0.04 0.25 308.57 0.28 0.66
Hex C0 8F B9 0 1A 4 19 135 1C 42
Octal 300 217 271 0 32 4 31 465 34 102
Binary 11000000 10001111 10111001 0 11010 100 11001 100110101 11100 1000010

Color Harmonies of #C08FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08FB9

Black with #C08FB9

Text Example


Text Example

White with #C08FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08FB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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