Html Css Color HEX #C08CB9 London Hue

📋 copy color: '#C08CB9'

red 192 ◦ green 140 ◦ blue 185

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

Shades of London Hue #C08CB9

Tints of London Hue #C08CB9

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.08%

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

R = 37.14%
G = 27.08%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#C08CB9 (or 0xC08CB9) is known color: London Hue. HEX triplet: C0, 8C and B9. RGB value is (192,140,185). Sum of RGB (Red+Green+Blue) = 192+140+185=517 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.14% from 517); Green value is 140 (55.08% from 255 or 27.08% from 517); Blue value is 185 (72.66% from 255 or 35.78% from 517); Max value from RGB is 192 - color contains mainly: red. Hex color #C08CB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08CB9 is #3F7346. Grayscale: #A0A0A0. Windows color (decimal): -4158279 or 12160192. OLE color: 12160192.

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

Color convert

RGB 192 140 185 -
CMYK 0 0.27 0.04 0.25
HSL 308.08º 0.29% 0.65% -
HSV(B) 308.08º 0.27% 0.75% -
XYZ 39.87 33.47 50.26 -
YUV 160.68 141.73 150.34 -
System Red Green Blue C M Y K H S L
Decimal 192 140 185 0 0.27 0.04 0.25 308.08 0.29 0.65
Hex C0 8C B9 0 1B 4 19 134 1D 41
Octal 300 214 271 0 33 4 31 464 35 101
Binary 11000000 10001100 10111001 0 11011 100 11001 100110100 11101 1000001

Color Harmonies of #C08CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08CB9

Black with #C08CB9

Text Example


Text Example

White with #C08CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08CB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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