Html Css Color HEX #C088B4 London Hue

📋 copy color: '#C088B4'

red 192 ◦ green 136 ◦ blue 180

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

Shades of London Hue #C088B4

Tints of London Hue #C088B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 35.43%

R = 37.8%
G = 26.77%
B = 35.43%

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

#C088B4 (or 0xC088B4) is known color: London Hue. HEX triplet: C0, 88 and B4. RGB value is (192,136,180). Sum of RGB (Red+Green+Blue) = 192+136+180=508 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.80% from 508); Green value is 136 (53.52% from 255 or 26.77% from 508); Blue value is 180 (70.70% from 255 or 35.43% from 508); Max value from RGB is 192 - color contains mainly: red. Hex color #C088B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C088B4 is #3F774B. Grayscale: #9D9D9D. Windows color (decimal): -4159308 or 11831488. OLE color: 11831488.

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

Color convert

RGB 192 136 180 -
CMYK 0 0.29 0.06 0.25
HSL 312.86º 0.31% 0.64% -
HSV(B) 312.86º 0.29% 0.75% -
XYZ 38.78 32.11 47.33 -
YUV 157.76 140.55 152.42 -
System Red Green Blue C M Y K H S L
Decimal 192 136 180 0 0.29 0.06 0.25 312.86 0.31 0.64
Hex C0 88 B4 0 1D 6 19 139 1F 40
Octal 300 210 264 0 35 6 31 471 37 100
Binary 11000000 10001000 10110100 0 11101 110 11001 100111001 11111 1000000

Color Harmonies of #C088B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C088B4

Black with #C088B4

Text Example


Text Example

White with #C088B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C088B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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