Html Css Color HEX #C08CBC London Hue

📋 copy color: '#C08CBC'

red 192 ◦ green 140 ◦ blue 188

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

Shades of London Hue #C08CBC

Tints of London Hue #C08CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 36.15%

R = 36.92%
G = 26.92%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#C08CBC (or 0xC08CBC) is known color: London Hue. HEX triplet: C0, 8C and BC. RGB value is (192,140,188). Sum of RGB (Red+Green+Blue) = 192+140+188=520 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.92% from 520); Green value is 140 (55.08% from 255 or 26.92% from 520); Blue value is 188 (73.83% from 255 or 36.15% from 520); Max value from RGB is 192 - color contains mainly: red. Hex color #C08CBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08CBC is #3F7343. Grayscale: #A0A0A0. Windows color (decimal): -4158276 or 12356800. OLE color: 12356800.

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

Color convert

RGB 192 140 188 -
CMYK 0 0.27 0.02 0.25
HSL 304.62º 0.29% 0.65% -
HSV(B) 304.62º 0.27% 0.75% -
XYZ 40.19 33.59 51.94 -
YUV 161.02 143.23 150.1 -
System Red Green Blue C M Y K H S L
Decimal 192 140 188 0 0.27 0.02 0.25 304.62 0.29 0.65
Hex C0 8C BC 0 1B 2 19 131 1D 41
Octal 300 214 274 0 33 2 31 461 35 101
Binary 11000000 10001100 10111100 0 11011 10 11001 100110001 11101 1000001

Color Harmonies of #C08CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08CBC

Black with #C08CBC

Text Example


Text Example

White with #C08CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08CBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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