Html Css Color HEX #845368 Cannon Pink

📋 copy color: '#845368'

red 132 ◦ green 83 ◦ blue 104

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

Shades of Cannon Pink #845368

Tints of Cannon Pink #845368

RGB

 RED value IS 132 (51.95% from 255) = 41.38%

 GREEN value IS 83 (32.81% from 255) = 26.02%

 BLUE value IS 104 (41.02% from 255) = 32.6%

R = 41.38%
G = 26.02%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.21

 K value IS 0.48

RGB Variations

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

Color information

#845368 (or 0x845368) is known color: Cannon Pink. HEX triplet: 84, 53 and 68. RGB value is (132,83,104). Sum of RGB (Red+Green+Blue) = 132+83+104=319 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.38% from 319); Green value is 83 (32.81% from 255 or 26.02% from 319); Blue value is 104 (41.02% from 255 or 32.60% from 319); Max value from RGB is 132 - color contains mainly: red. Hex color #845368 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845368 is #7BAC97. Grayscale: #646464. Windows color (decimal): -8105112 or 6837124. OLE color: 6837124.

HSL color Cylindrical-coordinate representation of color #845368: hue angle of 334.29º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #845368 is Cyan = 0, Magento = 0.37, Yellow = 0.21 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 83 104 -
CMYK 0 0.37 0.21 0.48
HSL 334.29º 0.23% 0.42% -
HSV(B) 334.29º 0.37% 0.52% -
XYZ 15.11 12.09 14.63 -
YUV 100.05 130.23 150.79 -
System Red Green Blue C M Y K H S L
Decimal 132 83 104 0 0.37 0.21 0.48 334.29 0.23 0.42
Hex 84 53 68 0 25 15 30 14E 17 2A
Octal 204 123 150 0 45 25 60 516 27 52
Binary 10000100 1010011 1101000 0 100101 10101 110000 101001110 10111 101010

Color Harmonies of #845368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845368

Black with #845368

Text Example


Text Example

White with #845368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845368; }

 p { color: rgb(132,83,104); }

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

background-color css

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

 a { background-color: rgb(132,83,104); }

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

border-color css

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

 span { border-color: rgb(132,83,104); }

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