Html Css Color HEX #995072 Cannon Pink

📋 copy color: '#995072'

red 153 ◦ green 80 ◦ blue 114

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

Shades of Cannon Pink #995072

Tints of Cannon Pink #995072

RGB

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

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

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

R = 44.09%
G = 23.05%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.25

 K value IS 0.4

RGB Variations

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

Color information

#995072 (or 0x995072) is known color: Cannon Pink. HEX triplet: 99, 50 and 72. RGB value is (153,80,114). Sum of RGB (Red+Green+Blue) = 153+80+114=347 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.09% from 347); Green value is 80 (31.64% from 255 or 23.05% from 347); Blue value is 114 (44.92% from 255 or 32.85% from 347); Max value from RGB is 153 - color contains mainly: red. Hex color #995072 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995072 is #66AF8D. Grayscale: #696969. Windows color (decimal): -6729614 or 7491737. OLE color: 7491737.

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

Color convert

RGB 153 80 114 -
CMYK 0 0.48 0.25 0.4
HSL 332.05º 0.31% 0.46% -
HSV(B) 332.05º 0.48% 0.6% -
XYZ 19.04 13.72 17.57 -
YUV 105.7 132.68 161.74 -
System Red Green Blue C M Y K H S L
Decimal 153 80 114 0 0.48 0.25 0.4 332.05 0.31 0.46
Hex 99 50 72 0 30 19 28 14C 1F 2E
Octal 231 120 162 0 60 31 50 514 37 56
Binary 10011001 1010000 1110010 0 110000 11001 101000 101001100 11111 101110

Color Harmonies of #995072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995072

Black with #995072

Text Example


Text Example

White with #995072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995072; }

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

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

background-color css

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

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

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

border-color css

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

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

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