Html Css Color HEX #8C436C Cannon Pink

📋 copy color: '#8C436C'

red 140 ◦ green 67 ◦ blue 108

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

Shades of Cannon Pink #8C436C

Tints of Cannon Pink #8C436C

RGB

 RED value IS 140 (55.08% from 255) = 44.44%

 GREEN value IS 67 (26.56% from 255) = 21.27%

 BLUE value IS 108 (42.58% from 255) = 34.29%

R = 44.44%
G = 21.27%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.23

 K value IS 0.45

RGB Variations

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

Color information

#8C436C (or 0x8C436C) is known color: Cannon Pink. HEX triplet: 8C, 43 and 6C. RGB value is (140,67,108). Sum of RGB (Red+Green+Blue) = 140+67+108=315 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.44% from 315); Green value is 67 (26.56% from 255 or 21.27% from 315); Blue value is 108 (42.58% from 255 or 34.29% from 315); Max value from RGB is 140 - color contains mainly: red. Hex color #8C436C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C436C is #73BC93. Grayscale: #5D5D5D. Windows color (decimal): -7584916 or 7095180. OLE color: 7095180.

HSL color Cylindrical-coordinate representation of color #8C436C: hue angle of 326.3º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8C436C is Cyan = 0, Magento = 0.52, Yellow = 0.23 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 67 108 -
CMYK 0 0.52 0.23 0.45
HSL 326.3º 0.35% 0.41% -
HSV(B) 326.3º 0.52% 0.55% -
XYZ 15.53 10.67 15.43 -
YUV 93.5 136.18 161.17 -
System Red Green Blue C M Y K H S L
Decimal 140 67 108 0 0.52 0.23 0.45 326.3 0.35 0.41
Hex 8C 43 6C 0 34 17 2D 146 23 29
Octal 214 103 154 0 64 27 55 506 43 51
Binary 10001100 1000011 1101100 0 110100 10111 101101 101000110 100011 101001

Color Harmonies of #8C436C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C436C

Black with #8C436C

Text Example


Text Example

White with #8C436C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,67,108); }

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

background-color css

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

 a { background-color: rgb(140,67,108); }

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

border-color css

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

 span { border-color: rgb(140,67,108); }

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