Html Css Color HEX #985076 Cannon Pink

📋 copy color: '#985076'

red 152 ◦ green 80 ◦ blue 118

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

Shades of Cannon Pink #985076

Tints of Cannon Pink #985076

RGB

 RED value IS 152 (59.77% from 255) = 43.43%

 GREEN value IS 80 (31.64% from 255) = 22.86%

 BLUE value IS 118 (46.48% from 255) = 33.71%

R = 43.43%
G = 22.86%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.22

 K value IS 0.40

RGB Variations

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

Color information

#985076 (or 0x985076) is known color: Cannon Pink. HEX triplet: 98, 50 and 76. RGB value is (152,80,118). Sum of RGB (Red+Green+Blue) = 152+80+118=350 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.43% from 350); Green value is 80 (31.64% from 255 or 22.86% from 350); Blue value is 118 (46.48% from 255 or 33.71% from 350); Max value from RGB is 152 - color contains mainly: red. Hex color #985076 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985076 is #67AF89. Grayscale: #696969. Windows color (decimal): -6795146 or 7753880. OLE color: 7753880.

HSL color Cylindrical-coordinate representation of color #985076: hue angle of 328.33º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #985076 is Cyan = 0, Magento = 0.47, Yellow = 0.22 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 80 118 -
CMYK 0 0.47 0.22 0.40
HSL 328.33º 0.31% 0.45% -
HSV(B) 328.33º 0.47% 0.6% -
XYZ 19.09 13.72 18.78 -
YUV 105.86 134.85 160.91 -
System Red Green Blue C M Y K H S L
Decimal 152 80 118 0 0.47 0.22 0.40 328.33 0.31 0.45
Hex 98 50 76 0 2F 16 28 148 1F 2D
Octal 230 120 166 0 57 26 50 510 37 55
Binary 10011000 1010000 1110110 0 101111 10110 101000 101001000 11111 101101

Color Harmonies of #985076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985076

Black with #985076

Text Example


Text Example

White with #985076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985076; }

 p { color: rgb(152,80,118); }

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

background-color css

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

 a { background-color: rgb(152,80,118); }

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

border-color css

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

 span { border-color: rgb(152,80,118); }

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