Html Css Color HEX #985272 Cannon Pink

📋 copy color: '#985272'

red 152 ◦ green 82 ◦ blue 114

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

Shades of Cannon Pink #985272

Tints of Cannon Pink #985272

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.56%

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

R = 43.68%
G = 23.56%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.25

 K value IS 0.40

RGB Variations

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

Color information

#985272 (or 0x985272) is known color: Cannon Pink. HEX triplet: 98, 52 and 72. RGB value is (152,82,114). Sum of RGB (Red+Green+Blue) = 152+82+114=348 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.68% from 348); Green value is 82 (32.42% from 255 or 23.56% from 348); Blue value is 114 (44.92% from 255 or 32.76% from 348); Max value from RGB is 152 - color contains mainly: red. Hex color #985272 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985272 is #67AD8D. Grayscale: #6A6A6A. Windows color (decimal): -6794638 or 7492248. OLE color: 7492248.

HSL color Cylindrical-coordinate representation of color #985272: hue angle of 332.57º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #985272 is Cyan = 0, Magento = 0.46, Yellow = 0.25 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 82 114 -
CMYK 0 0.46 0.25 0.40
HSL 332.57º 0.3% 0.46% -
HSV(B) 332.57º 0.46% 0.6% -
XYZ 19 13.92 17.61 -
YUV 106.58 132.19 160.4 -
System Red Green Blue C M Y K H S L
Decimal 152 82 114 0 0.46 0.25 0.40 332.57 0.3 0.46
Hex 98 52 72 0 2E 19 28 14D 1E 2E
Octal 230 122 162 0 56 31 50 515 36 56
Binary 10011000 1010010 1110010 0 101110 11001 101000 101001101 11110 101110

Color Harmonies of #985272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985272

Black with #985272

Text Example


Text Example

White with #985272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985272; }

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

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

background-color css

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

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

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

border-color css

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

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

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