Html Css Color HEX #C095BA London Hue

📋 copy color: '#C095BA'

red 192 ◦ green 149 ◦ blue 186

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

Shades of London Hue #C095BA

Tints of London Hue #C095BA

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 value IS 0

 M value IS 0.22

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#C095BA (or 0xC095BA) is known color: 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

RGB 192 149 186 -
CMYK 0 0.22 0.03 0.25
HSL 308.37º 0.25% 0.67% -
HSV(B) 308.37º 0.22% 0.75% -
XYZ 41.35 36.25 51.27 -
YUV 166.08 139.25 146.49 -
System Red Green Blue C M Y K H S L
Decimal 192 149 186 0 0.22 0.03 0.25 308.37 0.25 0.67
Hex C0 95 BA 0 16 3 19 134 19 43
Octal 300 225 272 0 26 3 31 464 31 103
Binary 11000000 10010101 10111010 0 10110 11 11001 100110100 11001 1000011

Color Harmonies of #C095BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C095BA

Black with #C095BA

Text Example


Text Example

White with #C095BA

Text Example


Text Example

HTML Codes & Css Web 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>