Html Css Color HEX #C088B8 London Hue

📋 copy color: '#C088B8'

red 192 ◦ green 136 ◦ blue 184

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

Shades of London Hue #C088B8

Tints of London Hue #C088B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 35.94%

R = 37.5%
G = 26.56%
B = 35.94%

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

#C088B8 (or 0xC088B8) is known color: London Hue. HEX triplet: C0, 88 and B8. RGB value is (192,136,184). Sum of RGB (Red+Green+Blue) = 192+136+184=512 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.5% from 512); Green value is 136 (53.52% from 255 or 26.56% from 512); Blue value is 184 (72.27% from 255 or 35.94% from 512); Max value from RGB is 192 - color contains mainly: red. Hex color #C088B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C088B8 is #3F7747. Grayscale: #9E9E9E. Windows color (decimal): -4159304 or 12093632. OLE color: 12093632.

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

Color convert

RGB 192 136 184 -
CMYK 0 0.29 0.04 0.25
HSL 308.57º 0.31% 0.64% -
HSV(B) 308.57º 0.29% 0.75% -
XYZ 39.19 32.28 49.51 -
YUV 158.22 142.55 152.1 -
System Red Green Blue C M Y K H S L
Decimal 192 136 184 0 0.29 0.04 0.25 308.57 0.31 0.64
Hex C0 88 B8 0 1D 4 19 135 1F 40
Octal 300 210 270 0 35 4 31 465 37 100
Binary 11000000 10001000 10111000 0 11101 100 11001 100110101 11111 1000000

Color Harmonies of #C088B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C088B8

Black with #C088B8

Text Example


Text Example

White with #C088B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C088B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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