Html Css Color HEX #985074 Cannon Pink

📋 copy color: '#985074'

red 152 ◦ green 80 ◦ blue 116

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

Shades of Cannon Pink #985074

Tints of Cannon Pink #985074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 33.33%

R = 43.68%
G = 22.99%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.24

 K value IS 0.40

RGB Variations

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

Color information

#985074 (or 0x985074) is known color: Cannon Pink. HEX triplet: 98, 50 and 74. RGB value is (152,80,116). Sum of RGB (Red+Green+Blue) = 152+80+116=348 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.68% from 348); Green value is 80 (31.64% from 255 or 22.99% from 348); Blue value is 116 (45.70% from 255 or 33.33% from 348); Max value from RGB is 152 - color contains mainly: red. Hex color #985074 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985074 is #67AF8B. Grayscale: #696969. Windows color (decimal): -6795148 or 7622808. OLE color: 7622808.

HSL color Cylindrical-coordinate representation of color #985074: hue angle of 330º 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 #985074 is Cyan = 0, Magento = 0.47, Yellow = 0.24 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 80 116 -
CMYK 0 0.47 0.24 0.40
HSL 330º 0.31% 0.45% -
HSV(B) 330º 0.47% 0.6% -
XYZ 18.97 13.67 18.16 -
YUV 105.63 133.85 161.07 -
System Red Green Blue C M Y K H S L
Decimal 152 80 116 0 0.47 0.24 0.40 330 0.31 0.45
Hex 98 50 74 0 2F 18 28 14A 1F 2D
Octal 230 120 164 0 57 30 50 512 37 55
Binary 10011000 1010000 1110100 0 101111 11000 101000 101001010 11111 101101

Color Harmonies of #985074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985074

Black with #985074

Text Example


Text Example

White with #985074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985074; }

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

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

background-color css

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

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

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

border-color css

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

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

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