Html Css Color HEX #8A4463 Cannon Pink

📋 copy color: '#8A4463'

red 138 ◦ green 68 ◦ blue 99

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

Shades of Cannon Pink #8A4463

Tints of Cannon Pink #8A4463

RGB

 RED value IS 138 (54.3% from 255) = 45.25%

 GREEN value IS 68 (26.95% from 255) = 22.3%

 BLUE value IS 99 (39.06% from 255) = 32.46%

R = 45.25%
G = 22.3%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.28

 K value IS 0.46

RGB Variations

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

Color information

#8A4463 (or 0x8A4463) is known color: Cannon Pink. HEX triplet: 8A, 44 and 63. RGB value is (138,68,99). Sum of RGB (Red+Green+Blue) = 138+68+99=305 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.25% from 305); Green value is 68 (26.95% from 255 or 22.30% from 305); Blue value is 99 (39.06% from 255 or 32.46% from 305); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4463 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A4463 is #75BB9C. Grayscale: #5C5C5C. Windows color (decimal): -7715741 or 6505610. OLE color: 6505610.

HSL color Cylindrical-coordinate representation of color #8A4463: hue angle of 333.43º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8A4463 is Cyan = 0, Magento = 0.51, Yellow = 0.28 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 68 99 -
CMYK 0 0.51 0.28 0.46
HSL 333.43º 0.34% 0.4% -
HSV(B) 333.43º 0.51% 0.54% -
XYZ 14.8 10.44 13.04 -
YUV 92.46 131.69 160.48 -
System Red Green Blue C M Y K H S L
Decimal 138 68 99 0 0.51 0.28 0.46 333.43 0.34 0.4
Hex 8A 44 63 0 33 1C 2E 14D 22 28
Octal 212 104 143 0 63 34 56 515 42 50
Binary 10001010 1000100 1100011 0 110011 11100 101110 101001101 100010 101000

Color Harmonies of #8A4463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A4463

Black with #8A4463

Text Example


Text Example

White with #8A4463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A4463; }

 p { color: rgb(138,68,99); }

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

background-color css

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

 a { background-color: rgb(138,68,99); }

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

border-color css

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

 span { border-color: rgb(138,68,99); }

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