Html Css Color HEX #C08FB8 London Hue

📋 copy color: '#C08FB8'

red 192 ◦ green 143 ◦ blue 184

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

Shades of London Hue #C08FB8

Tints of London Hue #C08FB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 35.45%

R = 36.99%
G = 27.55%
B = 35.45%

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

#C08FB8 (or 0xC08FB8) is known color: London Hue. HEX triplet: C0, 8F and B8. RGB value is (192,143,184). Sum of RGB (Red+Green+Blue) = 192+143+184=519 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.99% from 519); Green value is 143 (56.25% from 255 or 27.55% from 519); Blue value is 184 (72.27% from 255 or 35.45% from 519); Max value from RGB is 192 - color contains mainly: red. Hex color #C08FB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08FB8 is #3F7047. Grayscale: #A2A2A2. Windows color (decimal): -4157512 or 12095424. OLE color: 12095424.

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

Color convert

RGB 192 143 184 -
CMYK 0 0.26 0.04 0.25
HSL 309.8º 0.28% 0.66% -
HSV(B) 309.8º 0.26% 0.75% -
XYZ 40.21 34.31 49.85 -
YUV 162.33 140.23 149.17 -
System Red Green Blue C M Y K H S L
Decimal 192 143 184 0 0.26 0.04 0.25 309.8 0.28 0.66
Hex C0 8F B8 0 1A 4 19 136 1C 42
Octal 300 217 270 0 32 4 31 466 34 102
Binary 11000000 10001111 10111000 0 11010 100 11001 100110110 11100 1000010

Color Harmonies of #C08FB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08FB8

Black with #C08FB8

Text Example


Text Example

White with #C08FB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08FB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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