Html Css Color HEX #985052 Solid Pink

📋 copy color: '#985052'

red 152 ◦ green 80 ◦ blue 82

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

Shades of Solid Pink #985052

Tints of Solid Pink #985052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 26.11%

R = 48.41%
G = 25.48%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.46

 K value IS 0.40

RGB Variations

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

Color information

#985052 (or 0x985052) is known color: Solid Pink. HEX triplet: 98, 50 and 52. RGB value is (152,80,82). Sum of RGB (Red+Green+Blue) = 152+80+82=314 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.41% from 314); Green value is 80 (31.64% from 255 or 25.48% from 314); Blue value is 82 (32.42% from 255 or 26.11% from 314); Max value from RGB is 152 - color contains mainly: red. Hex color #985052 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985052 is #67AFAD. Grayscale: #656565. Windows color (decimal): -6795182 or 5394584. OLE color: 5394584.

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

Color convert

RGB 152 80 82 -
CMYK 0 0.47 0.46 0.40
HSL 358.33º 0.31% 0.45% -
HSV(B) 358.33º 0.47% 0.6% -
XYZ 17.34 13.02 9.58 -
YUV 101.76 116.85 163.84 -
System Red Green Blue C M Y K H S L
Decimal 152 80 82 0 0.47 0.46 0.40 358.33 0.31 0.45
Hex 98 50 52 0 2F 2E 28 166 1F 2D
Octal 230 120 122 0 57 56 50 546 37 55
Binary 10011000 1010000 1010010 0 101111 101110 101000 101100110 11111 101101

Color Harmonies of #985052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985052

Black with #985052

Text Example


Text Example

White with #985052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985052; }

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

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

background-color css

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

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

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

border-color css

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

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

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