Html Css Color HEX #C08CBB London Hue

📋 copy color: '#C08CBB'

red 192 ◦ green 140 ◦ blue 187

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

Shades of London Hue #C08CBB

Tints of London Hue #C08CBB

RGB

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

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

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

R = 36.99%
G = 26.97%
B = 36.03%

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

#C08CBB (or 0xC08CBB) is known color: London Hue. HEX triplet: C0, 8C and BB. RGB value is (192,140,187). Sum of RGB (Red+Green+Blue) = 192+140+187=519 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.99% from 519); Green value is 140 (55.08% from 255 or 26.97% from 519); Blue value is 187 (73.44% from 255 or 36.03% from 519); Max value from RGB is 192 - color contains mainly: red. Hex color #C08CBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08CBB is #3F7344. Grayscale: #A0A0A0. Windows color (decimal): -4158277 or 12291264. OLE color: 12291264.

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

Color convert

RGB 192 140 187 -
CMYK 0 0.27 0.03 0.25
HSL 305.77º 0.29% 0.65% -
HSV(B) 305.77º 0.27% 0.75% -
XYZ 40.09 33.55 51.38 -
YUV 160.91 142.73 150.18 -
System Red Green Blue C M Y K H S L
Decimal 192 140 187 0 0.27 0.03 0.25 305.77 0.29 0.65
Hex C0 8C BB 0 1B 3 19 132 1D 41
Octal 300 214 273 0 33 3 31 462 35 101
Binary 11000000 10001100 10111011 0 11011 11 11001 100110010 11101 1000001

Color Harmonies of #C08CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08CBB

Black with #C08CBB

Text Example


Text Example

White with #C08CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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