Html Css Color HEX #995174 Cannon Pink

📋 copy color: '#995174'

red 153 ◦ green 81 ◦ blue 116

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

Shades of Cannon Pink #995174

Tints of Cannon Pink #995174

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.14%

 BLUE value IS 116 (45.7% from 255) = 33.14%

R = 43.71%
G = 23.14%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.24

 K value IS 0.4

RGB Variations

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

Color information

#995174 (or 0x995174) is known color: Cannon Pink. HEX triplet: 99, 51 and 74. RGB value is (153,81,116). Sum of RGB (Red+Green+Blue) = 153+81+116=350 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.71% from 350); Green value is 81 (32.03% from 255 or 23.14% from 350); Blue value is 116 (45.70% from 255 or 33.14% from 350); Max value from RGB is 153 - color contains mainly: red. Hex color #995174 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995174 is #66AE8B. Grayscale: #6A6A6A. Windows color (decimal): -6729356 or 7623065. OLE color: 7623065.

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

Color convert

RGB 153 81 116 -
CMYK 0 0.47 0.24 0.4
HSL 330.83º 0.31% 0.46% -
HSV(B) 330.83º 0.47% 0.6% -
XYZ 19.23 13.92 18.2 -
YUV 106.52 133.35 161.15 -
System Red Green Blue C M Y K H S L
Decimal 153 81 116 0 0.47 0.24 0.4 330.83 0.31 0.46
Hex 99 51 74 0 2F 18 28 14B 1F 2E
Octal 231 121 164 0 57 30 50 513 37 56
Binary 10011001 1010001 1110100 0 101111 11000 101000 101001011 11111 101110

Color Harmonies of #995174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995174

Black with #995174

Text Example


Text Example

White with #995174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995174; }

 p { color: rgb(153,81,116); }

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

background-color css

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

 a { background-color: rgb(153,81,116); }

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

border-color css

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

 span { border-color: rgb(153,81,116); }

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