Html Css Color HEX #C08DBB London Hue

📋 copy color: '#C08DBB'

red 192 ◦ green 141 ◦ blue 187

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

Shades of London Hue #C08DBB

Tints of London Hue #C08DBB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 27.12%

 BLUE value IS 187 (73.44% from 255) = 35.96%

R = 36.92%
G = 27.12%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#C08DBB (or 0xC08DBB) is known color: London Hue. HEX triplet: C0, 8D and BB. RGB value is (192,141,187). Sum of RGB (Red+Green+Blue) = 192+141+187=520 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.92% from 520); Green value is 141 (55.47% from 255 or 27.12% from 520); Blue value is 187 (73.44% from 255 or 35.96% from 520); Max value from RGB is 192 - color contains mainly: red. Hex color #C08DBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08DBB is #3F7244. Grayscale: #A1A1A1. Windows color (decimal): -4158021 or 12291520. OLE color: 12291520.

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

Color convert

RGB 192 141 187 -
CMYK 0 0.27 0.03 0.25
HSL 305.88º 0.29% 0.65% -
HSV(B) 305.88º 0.27% 0.75% -
XYZ 40.23 33.84 51.43 -
YUV 161.49 142.4 149.76 -
System Red Green Blue C M Y K H S L
Decimal 192 141 187 0 0.27 0.03 0.25 305.88 0.29 0.65
Hex C0 8D BB 0 1B 3 19 132 1D 41
Octal 300 215 273 0 33 3 31 462 35 101
Binary 11000000 10001101 10111011 0 11011 11 11001 100110010 11101 1000001

Color Harmonies of #C08DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08DBB

Black with #C08DBB

Text Example


Text Example

White with #C08DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08DBB; }

 p { color: rgb(192,141,187); }

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

background-color css

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

 a { background-color: rgb(192,141,187); }

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

border-color css

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

 span { border-color: rgb(192,141,187); }

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