Html Css Color HEX #C087BA London Hue

📋 copy color: '#C087BA'

red 192 ◦ green 135 ◦ blue 186

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

Shades of London Hue #C087BA

Tints of London Hue #C087BA

RGB

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

 GREEN value IS 135 (53.13% from 255) = 26.32%

 BLUE value IS 186 (73.05% from 255) = 36.26%

R = 37.43%
G = 26.32%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#C087BA (or 0xC087BA) is known color: London Hue. HEX triplet: C0, 87 and BA. RGB value is (192,135,186). Sum of RGB (Red+Green+Blue) = 192+135+186=513 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.43% from 513); Green value is 135 (53.12% from 255 or 26.32% from 513); Blue value is 186 (73.05% from 255 or 36.26% from 513); Max value from RGB is 192 - color contains mainly: red. Hex color #C087BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C087BA is #3F7845. Grayscale: #9D9D9D. Windows color (decimal): -4159558 or 12224448. OLE color: 12224448.

HSL color Cylindrical-coordinate representation of color #C087BA: hue angle of 306.32º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C087BA is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 135 186 -
CMYK 0 0.30 0.03 0.25
HSL 306.32º 0.31% 0.64% -
HSV(B) 306.32º 0.3% 0.75% -
XYZ 39.27 32.08 50.58 -
YUV 157.86 143.88 152.35 -
System Red Green Blue C M Y K H S L
Decimal 192 135 186 0 0.30 0.03 0.25 306.32 0.31 0.64
Hex C0 87 BA 0 1E 3 19 132 1F 40
Octal 300 207 272 0 36 3 31 462 37 100
Binary 11000000 10000111 10111010 0 11110 11 11001 100110010 11111 1000000

Color Harmonies of #C087BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C087BA

Black with #C087BA

Text Example


Text Example

White with #C087BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C087BA; }

 p { color: rgb(192,135,186); }

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

background-color css

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

 a { background-color: rgb(192,135,186); }

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

border-color css

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

 span { border-color: rgb(192,135,186); }

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