Html Css Color HEX #985070 Cannon Pink

📋 copy color: '#985070'

red 152 ◦ green 80 ◦ blue 112

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

Shades of Cannon Pink #985070

Tints of Cannon Pink #985070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 32.56%

R = 44.19%
G = 23.26%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.26

 K value IS 0.40

RGB Variations

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

Color information

#985070 (or 0x985070) is known color: Cannon Pink. HEX triplet: 98, 50 and 70. RGB value is (152,80,112). Sum of RGB (Red+Green+Blue) = 152+80+112=344 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.19% from 344); Green value is 80 (31.64% from 255 or 23.26% from 344); Blue value is 112 (44.14% from 255 or 32.56% from 344); Max value from RGB is 152 - color contains mainly: red. Hex color #985070 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985070 is #67AF8F. Grayscale: #696969. Windows color (decimal): -6795152 or 7360664. OLE color: 7360664.

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

Color convert

RGB 152 80 112 -
CMYK 0 0.47 0.26 0.40
HSL 333.33º 0.31% 0.45% -
HSV(B) 333.33º 0.47% 0.6% -
XYZ 18.74 13.58 16.96 -
YUV 105.18 131.85 161.4 -
System Red Green Blue C M Y K H S L
Decimal 152 80 112 0 0.47 0.26 0.40 333.33 0.31 0.45
Hex 98 50 70 0 2F 1A 28 14D 1F 2D
Octal 230 120 160 0 57 32 50 515 37 55
Binary 10011000 1010000 1110000 0 101111 11010 101000 101001101 11111 101101

Color Harmonies of #985070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985070

Black with #985070

Text Example


Text Example

White with #985070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985070; }

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

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

background-color css

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

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

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

border-color css

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

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

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