Html Css Color HEX #C088B9 London Hue

📋 copy color: '#C088B9'

red 192 ◦ green 136 ◦ blue 185

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

Shades of London Hue #C088B9

Tints of London Hue #C088B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 36.06%

R = 37.43%
G = 26.51%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#C088B9 (or 0xC088B9) is known color: London Hue. HEX triplet: C0, 88 and B9. RGB value is (192,136,185). Sum of RGB (Red+Green+Blue) = 192+136+185=513 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.43% from 513); Green value is 136 (53.52% from 255 or 26.51% from 513); Blue value is 185 (72.66% from 255 or 36.06% from 513); Max value from RGB is 192 - color contains mainly: red. Hex color #C088B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C088B9 is #3F7746. Grayscale: #9E9E9E. Windows color (decimal): -4159303 or 12159168. OLE color: 12159168.

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

Color convert

RGB 192 136 185 -
CMYK 0 0.29 0.04 0.25
HSL 307.5º 0.31% 0.64% -
HSV(B) 307.5º 0.29% 0.75% -
XYZ 39.3 32.32 50.07 -
YUV 158.33 143.05 152.02 -
System Red Green Blue C M Y K H S L
Decimal 192 136 185 0 0.29 0.04 0.25 307.5 0.31 0.64
Hex C0 88 B9 0 1D 4 19 134 1F 40
Octal 300 210 271 0 35 4 31 464 37 100
Binary 11000000 10001000 10111001 0 11101 100 11001 100110100 11111 1000000

Color Harmonies of #C088B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C088B9

Black with #C088B9

Text Example


Text Example

White with #C088B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C088B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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