Html Css Color HEX #995076 Cannon Pink

📋 copy color: '#995076'

red 153 ◦ green 80 ◦ blue 118

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

Shades of Cannon Pink #995076

Tints of Cannon Pink #995076

RGB

 RED value IS 153 (60.16% from 255) = 43.59%

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

 BLUE value IS 118 (46.48% from 255) = 33.62%

R = 43.59%
G = 22.79%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.23

 K value IS 0.4

RGB Variations

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

Color information

#995076 (or 0x995076) is known color: Cannon Pink. HEX triplet: 99, 50 and 76. RGB value is (153,80,118). Sum of RGB (Red+Green+Blue) = 153+80+118=351 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.59% from 351); Green value is 80 (31.64% from 255 or 22.79% from 351); Blue value is 118 (46.48% from 255 or 33.62% from 351); Max value from RGB is 153 - color contains mainly: red. Hex color #995076 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995076 is #66AF89. Grayscale: #6A6A6A. Windows color (decimal): -6729610 or 7753881. OLE color: 7753881.

HSL color Cylindrical-coordinate representation of color #995076: hue angle of 328.77º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #995076 is Cyan = 0, Magento = 0.48, Yellow = 0.23 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 80 118 -
CMYK 0 0.48 0.23 0.4
HSL 328.77º 0.31% 0.46% -
HSV(B) 328.77º 0.48% 0.6% -
XYZ 19.28 13.82 18.79 -
YUV 106.16 134.68 161.41 -
System Red Green Blue C M Y K H S L
Decimal 153 80 118 0 0.48 0.23 0.4 328.77 0.31 0.46
Hex 99 50 76 0 30 17 28 149 1F 2E
Octal 231 120 166 0 60 27 50 511 37 56
Binary 10011001 1010000 1110110 0 110000 10111 101000 101001001 11111 101110

Color Harmonies of #995076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995076

Black with #995076

Text Example


Text Example

White with #995076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995076; }

 p { color: rgb(153,80,118); }

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

background-color css

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

 a { background-color: rgb(153,80,118); }

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

border-color css

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

 span { border-color: rgb(153,80,118); }

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