Html Css Color HEX #C088B5 London Hue

📋 copy color: '#C088B5'

red 192 ◦ green 136 ◦ blue 181

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

Shades of London Hue #C088B5

Tints of London Hue #C088B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 35.56%

R = 37.72%
G = 26.72%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#C088B5 (or 0xC088B5) is known color: London Hue. HEX triplet: C0, 88 and B5. RGB value is (192,136,181). Sum of RGB (Red+Green+Blue) = 192+136+181=509 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.72% from 509); Green value is 136 (53.52% from 255 or 26.72% from 509); Blue value is 181 (71.09% from 255 or 35.56% from 509); Max value from RGB is 192 - color contains mainly: red. Hex color #C088B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C088B5 is #3F774A. Grayscale: #9D9D9D. Windows color (decimal): -4159307 or 11897024. OLE color: 11897024.

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

Color convert

RGB 192 136 181 -
CMYK 0 0.29 0.06 0.25
HSL 311.79º 0.31% 0.64% -
HSV(B) 311.79º 0.29% 0.75% -
XYZ 38.88 32.15 47.87 -
YUV 157.87 141.05 152.34 -
System Red Green Blue C M Y K H S L
Decimal 192 136 181 0 0.29 0.06 0.25 311.79 0.31 0.64
Hex C0 88 B5 0 1D 6 19 138 1F 40
Octal 300 210 265 0 35 6 31 470 37 100
Binary 11000000 10001000 10110101 0 11101 110 11001 100111000 11111 1000000

Color Harmonies of #C088B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C088B5

Black with #C088B5

Text Example


Text Example

White with #C088B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C088B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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