Html Css Color HEX #C088BA London Hue

📋 copy color: '#C088BA'

red 192 ◦ green 136 ◦ blue 186

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

Shades of London Hue #C088BA

Tints of London Hue #C088BA

RGB

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

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

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

R = 37.35%
G = 26.46%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#C088BA (or 0xC088BA) is known color: London Hue. HEX triplet: C0, 88 and BA. RGB value is (192,136,186). Sum of RGB (Red+Green+Blue) = 192+136+186=514 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.35% from 514); Green value is 136 (53.52% from 255 or 26.46% from 514); Blue value is 186 (73.05% from 255 or 36.19% from 514); Max value from RGB is 192 - color contains mainly: red. Hex color #C088BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C088BA is #3F7745. Grayscale: #9E9E9E. Windows color (decimal): -4159302 or 12224704. OLE color: 12224704.

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

Color convert

RGB 192 136 186 -
CMYK 0 0.29 0.03 0.25
HSL 306.43º 0.31% 0.64% -
HSV(B) 306.43º 0.29% 0.75% -
XYZ 39.41 32.36 50.62 -
YUV 158.44 143.55 151.93 -
System Red Green Blue C M Y K H S L
Decimal 192 136 186 0 0.29 0.03 0.25 306.43 0.31 0.64
Hex C0 88 BA 0 1D 3 19 132 1F 40
Octal 300 210 272 0 35 3 31 462 37 100
Binary 11000000 10001000 10111010 0 11101 11 11001 100110010 11111 1000000

Color Harmonies of #C088BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C088BA

Black with #C088BA

Text Example


Text Example

White with #C088BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C088BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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