#C095BA

Color #C095BA London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #C095BA

Tints of London Hue #C095BA

Color information

#C095BA (or 0xC095BA) is unknown color: approx London Hue. HEX triplet: C0, 95 and BA. RGB value is (192,149,186). Sum of RGB (Red+Green+Blue) = 192+149+186=527 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.43% from 527); Green value is 149 (58.59% from 255 or 28.27% from 527); Blue value is 186 (73.05% from 255 or 35.29% from 527); Max value from RGB is 192 - color contains mainly: red. Hex color #C095BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C095BA is #3F6A45. Grayscale: #A5A5A5. Windows color (decimal): -4155974 or 12228032. OLE color: 12228032.

HSL color Cylindrical-coordinate representation of color #C095BA: hue angle of 308.37º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C095BA is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB192149186-
CMYK00.220.030.25
HSL308.37º25.44%66.86%-
HSV(B)308.37º22.4%75.29%-
XYZ41.3536.2551.27-
YUV166.08139.25146.49-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.43%
GREEN value IS 149 (58.59% from 255) = 28.27%
BLUE value IS 186 (73.05% from 255) = 35.29%
R=36.43%
G=28.27%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19214918600.220.030.25308.3725.4466.86
HexC095BA0163191341943
Octal30022527202633146431103
Binary1100000010010101101110100101101111001100110100110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C095BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C095BA; }

 p { color: rgb(192,149,186); }

 H1.HeaderClassName
 {
   color: #C095BA;
 }
 .AnyTagClassName
 {
   color: #C095BA;
 }
</style>
background-color css

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

 a { background-color: rgb(192,149,186); }

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

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

 span { border-color: rgb(192,149,186); }

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