Html Css Color HEX #985075 Cannon Pink

📋 copy color: '#985075'

red 152 ◦ green 80 ◦ blue 117

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

Shades of Cannon Pink #985075

Tints of Cannon Pink #985075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 33.52%

R = 43.55%
G = 22.92%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.23

 K value IS 0.40

RGB Variations

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

Color information

#985075 (or 0x985075) is known color: Cannon Pink. HEX triplet: 98, 50 and 75. RGB value is (152,80,117). Sum of RGB (Red+Green+Blue) = 152+80+117=349 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.55% from 349); Green value is 80 (31.64% from 255 or 22.92% from 349); Blue value is 117 (46.09% from 255 or 33.52% from 349); Max value from RGB is 152 - color contains mainly: red. Hex color #985075 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985075 is #67AF8A. Grayscale: #696969. Windows color (decimal): -6795147 or 7688344. OLE color: 7688344.

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

Color convert

RGB 152 80 117 -
CMYK 0 0.47 0.23 0.40
HSL 329.17º 0.31% 0.45% -
HSV(B) 329.17º 0.47% 0.6% -
XYZ 19.03 13.7 18.47 -
YUV 105.75 134.35 160.99 -
System Red Green Blue C M Y K H S L
Decimal 152 80 117 0 0.47 0.23 0.40 329.17 0.31 0.45
Hex 98 50 75 0 2F 17 28 149 1F 2D
Octal 230 120 165 0 57 27 50 511 37 55
Binary 10011000 1010000 1110101 0 101111 10111 101000 101001001 11111 101101

Color Harmonies of #985075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985075

Black with #985075

Text Example


Text Example

White with #985075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985075; }

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

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

background-color css

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

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

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

border-color css

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

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

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