Html Css Color HEX #C088B1 London Hue

📋 copy color: '#C088B1'

red 192 ◦ green 136 ◦ blue 177

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

Shades of London Hue #C088B1

Tints of London Hue #C088B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 35.05%

R = 38.02%
G = 26.93%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#C088B1 (or 0xC088B1) is known color: London Hue. HEX triplet: C0, 88 and B1. RGB value is (192,136,177). Sum of RGB (Red+Green+Blue) = 192+136+177=505 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.02% from 505); Green value is 136 (53.52% from 255 or 26.93% from 505); Blue value is 177 (69.53% from 255 or 35.05% from 505); Max value from RGB is 192 - color contains mainly: red. Hex color #C088B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C088B1 is #3F774E. Grayscale: #9D9D9D. Windows color (decimal): -4159311 or 11634880. OLE color: 11634880.

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

Color convert

RGB 192 136 177 -
CMYK 0 0.29 0.08 0.25
HSL 316.07º 0.31% 0.64% -
HSV(B) 316.07º 0.29% 0.75% -
XYZ 38.48 31.99 45.74 -
YUV 157.42 139.05 152.67 -
System Red Green Blue C M Y K H S L
Decimal 192 136 177 0 0.29 0.08 0.25 316.07 0.31 0.64
Hex C0 88 B1 0 1D 8 19 13C 1F 40
Octal 300 210 261 0 35 10 31 474 37 100
Binary 11000000 10001000 10110001 0 11101 1000 11001 100111100 11111 1000000

Color Harmonies of #C088B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C088B1

Black with #C088B1

Text Example


Text Example

White with #C088B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C088B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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