Html Css Color HEX #C088B3 London Hue

📋 copy color: '#C088B3'

red 192 ◦ green 136 ◦ blue 179

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

Shades of London Hue #C088B3

Tints of London Hue #C088B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 35.31%

R = 37.87%
G = 26.82%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#C088B3 (or 0xC088B3) is known color: London Hue. HEX triplet: C0, 88 and B3. RGB value is (192,136,179). Sum of RGB (Red+Green+Blue) = 192+136+179=507 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.87% from 507); Green value is 136 (53.52% from 255 or 26.82% from 507); Blue value is 179 (70.31% from 255 or 35.31% from 507); Max value from RGB is 192 - color contains mainly: red. Hex color #C088B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C088B3 is #3F774C. Grayscale: #9D9D9D. Windows color (decimal): -4159309 or 11765952. OLE color: 11765952.

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

Color convert

RGB 192 136 179 -
CMYK 0 0.29 0.07 0.25
HSL 313.93º 0.31% 0.64% -
HSV(B) 313.93º 0.29% 0.75% -
XYZ 38.68 32.07 46.8 -
YUV 157.65 140.05 152.5 -
System Red Green Blue C M Y K H S L
Decimal 192 136 179 0 0.29 0.07 0.25 313.93 0.31 0.64
Hex C0 88 B3 0 1D 7 19 13A 1F 40
Octal 300 210 263 0 35 7 31 472 37 100
Binary 11000000 10001000 10110011 0 11101 111 11001 100111010 11111 1000000

Color Harmonies of #C088B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C088B3

Black with #C088B3

Text Example


Text Example

White with #C088B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C088B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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