Html Css Color HEX #C088B6 London Hue

📋 copy color: '#C088B6'

red 192 ◦ green 136 ◦ blue 182

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

Shades of London Hue #C088B6

Tints of London Hue #C088B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 35.69%

R = 37.65%
G = 26.67%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

#C088B6 (or 0xC088B6) is known color: London Hue. HEX triplet: C0, 88 and B6. RGB value is (192,136,182). Sum of RGB (Red+Green+Blue) = 192+136+182=510 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.65% from 510); Green value is 136 (53.52% from 255 or 26.67% from 510); Blue value is 182 (71.48% from 255 or 35.69% from 510); Max value from RGB is 192 - color contains mainly: red. Hex color #C088B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C088B6 is #3F7749. Grayscale: #9D9D9D. Windows color (decimal): -4159306 or 11962560. OLE color: 11962560.

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

Color convert

RGB 192 136 182 -
CMYK 0 0.29 0.05 0.25
HSL 310.71º 0.31% 0.64% -
HSV(B) 310.71º 0.29% 0.75% -
XYZ 38.99 32.19 48.41 -
YUV 157.99 141.55 152.26 -
System Red Green Blue C M Y K H S L
Decimal 192 136 182 0 0.29 0.05 0.25 310.71 0.31 0.64
Hex C0 88 B6 0 1D 5 19 137 1F 40
Octal 300 210 266 0 35 5 31 467 37 100
Binary 11000000 10001000 10110110 0 11101 101 11001 100110111 11111 1000000

Color Harmonies of #C088B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C088B6

Black with #C088B6

Text Example


Text Example

White with #C088B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C088B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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