Html Css Color HEX #C087B4 London Hue

📋 copy color: '#C087B4'

red 192 ◦ green 135 ◦ blue 180

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

Shades of London Hue #C087B4

Tints of London Hue #C087B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 35.5%

R = 37.87%
G = 26.63%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#C087B4 (or 0xC087B4) is known color: London Hue. HEX triplet: C0, 87 and B4. RGB value is (192,135,180). Sum of RGB (Red+Green+Blue) = 192+135+180=507 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.87% from 507); Green value is 135 (53.12% from 255 or 26.63% from 507); Blue value is 180 (70.70% from 255 or 35.50% from 507); Max value from RGB is 192 - color contains mainly: red. Hex color #C087B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C087B4 is #3F784B. Grayscale: #9D9D9D. Windows color (decimal): -4159564 or 11831232. OLE color: 11831232.

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

Color convert

RGB 192 135 180 -
CMYK 0 0.30 0.06 0.25
HSL 312.63º 0.31% 0.64% -
HSV(B) 312.63º 0.3% 0.75% -
XYZ 38.64 31.83 47.29 -
YUV 157.17 140.88 152.84 -
System Red Green Blue C M Y K H S L
Decimal 192 135 180 0 0.30 0.06 0.25 312.63 0.31 0.64
Hex C0 87 B4 0 1E 6 19 139 1F 40
Octal 300 207 264 0 36 6 31 471 37 100
Binary 11000000 10000111 10110100 0 11110 110 11001 100111001 11111 1000000

Color Harmonies of #C087B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C087B4

Black with #C087B4

Text Example


Text Example

White with #C087B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C087B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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