Html Css Color HEX #C088BD London Hue

📋 copy color: '#C088BD'

red 192 ◦ green 136 ◦ blue 189

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

Shades of London Hue #C088BD

Tints of London Hue #C088BD

RGB

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

 GREEN value IS 136 (53.52% from 255) = 26.31%

 BLUE value IS 189 (74.22% from 255) = 36.56%

R = 37.14%
G = 26.31%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#C088BD (or 0xC088BD) is known color: London Hue. HEX triplet: C0, 88 and BD. RGB value is (192,136,189). Sum of RGB (Red+Green+Blue) = 192+136+189=517 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.14% from 517); Green value is 136 (53.52% from 255 or 26.31% from 517); Blue value is 189 (74.22% from 255 or 36.56% from 517); Max value from RGB is 192 - color contains mainly: red. Hex color #C088BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C088BD is #3F7742. Grayscale: #9E9E9E. Windows color (decimal): -4159299 or 12421312. OLE color: 12421312.

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

Color convert

RGB 192 136 189 -
CMYK 0 0.29 0.02 0.25
HSL 303.21º 0.31% 0.64% -
HSV(B) 303.21º 0.29% 0.75% -
XYZ 39.73 32.49 52.32 -
YUV 158.79 145.05 151.69 -
System Red Green Blue C M Y K H S L
Decimal 192 136 189 0 0.29 0.02 0.25 303.21 0.31 0.64
Hex C0 88 BD 0 1D 2 19 12F 1F 40
Octal 300 210 275 0 35 2 31 457 37 100
Binary 11000000 10001000 10111101 0 11101 10 11001 100101111 11111 1000000

Color Harmonies of #C088BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C088BD

Black with #C088BD

Text Example


Text Example

White with #C088BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C088BD; }

 p { color: rgb(192,136,189); }

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

background-color css

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

 a { background-color: rgb(192,136,189); }

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

border-color css

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

 span { border-color: rgb(192,136,189); }

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