Html Css Color HEX #8A465F Cannon Pink

📋 copy color: '#8A465F'

red 138 ◦ green 70 ◦ blue 95

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

Shades of Cannon Pink #8A465F

Tints of Cannon Pink #8A465F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.1%

 BLUE value IS 95 (37.5% from 255) = 31.35%

R = 45.54%
G = 23.1%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.31

 K value IS 0.46

RGB Variations

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

Color information

#8A465F (or 0x8A465F) is known color: Cannon Pink. HEX triplet: 8A, 46 and 5F. RGB value is (138,70,95). Sum of RGB (Red+Green+Blue) = 138+70+95=303 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.54% from 303); Green value is 70 (27.73% from 255 or 23.10% from 303); Blue value is 95 (37.5% from 255 or 31.35% from 303); Max value from RGB is 138 - color contains mainly: red. Hex color #8A465F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A465F is #75B9A0. Grayscale: #5D5D5D. Windows color (decimal): -7715233 or 6243978. OLE color: 6243978.

HSL color Cylindrical-coordinate representation of color #8A465F: hue angle of 337.94º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8A465F is Cyan = 0, Magento = 0.49, Yellow = 0.31 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 70 95 -
CMYK 0 0.49 0.31 0.46
HSL 337.94º 0.33% 0.41% -
HSV(B) 337.94º 0.49% 0.54% -
XYZ 14.74 10.61 12.1 -
YUV 93.18 129.03 159.97 -
System Red Green Blue C M Y K H S L
Decimal 138 70 95 0 0.49 0.31 0.46 337.94 0.33 0.41
Hex 8A 46 5F 0 31 1F 2E 152 21 29
Octal 212 106 137 0 61 37 56 522 41 51
Binary 10001010 1000110 1011111 0 110001 11111 101110 101010010 100001 101001

Color Harmonies of #8A465F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A465F

Black with #8A465F

Text Example


Text Example

White with #8A465F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,70,95); }

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

background-color css

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

 a { background-color: rgb(138,70,95); }

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

border-color css

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

 span { border-color: rgb(138,70,95); }

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