Html Css Color HEX #C182B8 London Hue

📋 copy color: '#C182B8'

red 193 ◦ green 130 ◦ blue 184

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

Shades of London Hue #C182B8

Tints of London Hue #C182B8

RGB

 RED value IS 193 (75.78% from 255) = 38.07%

 GREEN value IS 130 (51.17% from 255) = 25.64%

 BLUE value IS 184 (72.27% from 255) = 36.29%

R = 38.07%
G = 25.64%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C182B8 (or 0xC182B8) is known color: London Hue. HEX triplet: C1, 82 and B8. RGB value is (193,130,184). Sum of RGB (Red+Green+Blue) = 193+130+184=507 (67% of max value = 765). Red value is 193 (75.78% from 255 or 38.07% from 507); Green value is 130 (51.17% from 255 or 25.64% from 507); Blue value is 184 (72.27% from 255 or 36.29% from 507); Max value from RGB is 193 - color contains mainly: red. Hex color #C182B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C182B8 is #3E7D47. Grayscale: #9A9A9A. Windows color (decimal): -4095304 or 12092097. OLE color: 12092097.

HSL color Cylindrical-coordinate representation of color #C182B8: hue angle of 308.57º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C182B8 is Cyan = 0, Magento = 0.33, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 130 184 -
CMYK 0 0.33 0.05 0.24
HSL 308.57º 0.34% 0.63% -
HSV(B) 308.57º 0.33% 0.76% -
XYZ 38.63 30.76 49.25 -
YUV 154.99 144.37 155.11 -
System Red Green Blue C M Y K H S L
Decimal 193 130 184 0 0.33 0.05 0.24 308.57 0.34 0.63
Hex C1 82 B8 0 21 5 18 135 22 3F
Octal 301 202 270 0 41 5 30 465 42 77
Binary 11000001 10000010 10111000 0 100001 101 11000 100110101 100010 111111

Color Harmonies of #C182B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C182B8

Black with #C182B8

Text Example


Text Example

White with #C182B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C182B8; }

 p { color: rgb(193,130,184); }

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

background-color css

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

 a { background-color: rgb(193,130,184); }

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

border-color css

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

 span { border-color: rgb(193,130,184); }

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