Html Css Color HEX #985072 Cannon Pink

📋 copy color: '#985072'

red 152 ◦ green 80 ◦ blue 114

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

Shades of Cannon Pink #985072

Tints of Cannon Pink #985072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 32.95%

R = 43.93%
G = 23.12%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.25

 K value IS 0.40

RGB Variations

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

Color information

#985072 (or 0x985072) is known color: Cannon Pink. HEX triplet: 98, 50 and 72. RGB value is (152,80,114). Sum of RGB (Red+Green+Blue) = 152+80+114=346 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.93% from 346); Green value is 80 (31.64% from 255 or 23.12% from 346); Blue value is 114 (44.92% from 255 or 32.95% from 346); Max value from RGB is 152 - color contains mainly: red. Hex color #985072 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985072 is #67AF8D. Grayscale: #696969. Windows color (decimal): -6795150 or 7491736. OLE color: 7491736.

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

Color convert

RGB 152 80 114 -
CMYK 0 0.47 0.25 0.40
HSL 331.67º 0.31% 0.45% -
HSV(B) 331.67º 0.47% 0.6% -
XYZ 18.85 13.63 17.56 -
YUV 105.4 132.85 161.24 -
System Red Green Blue C M Y K H S L
Decimal 152 80 114 0 0.47 0.25 0.40 331.67 0.31 0.45
Hex 98 50 72 0 2F 19 28 14C 1F 2D
Octal 230 120 162 0 57 31 50 514 37 55
Binary 10011000 1010000 1110010 0 101111 11001 101000 101001100 11111 101101

Color Harmonies of #985072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985072

Black with #985072

Text Example


Text Example

White with #985072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985072; }

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

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

background-color css

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

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

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

border-color css

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

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

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