Html Css Color HEX #995175 Cannon Pink

📋 copy color: '#995175'

red 153 ◦ green 81 ◦ blue 117

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

Shades of Cannon Pink #995175

Tints of Cannon Pink #995175

RGB

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

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

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

R = 43.59%
G = 23.08%
B = 33.33%

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

#995175 (or 0x995175) is known color: Cannon Pink. HEX triplet: 99, 51 and 75. RGB value is (153,81,117). Sum of RGB (Red+Green+Blue) = 153+81+117=351 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.59% from 351); Green value is 81 (32.03% from 255 or 23.08% from 351); Blue value is 117 (46.09% from 255 or 33.33% from 351); Max value from RGB is 153 - color contains mainly: red. Hex color #995175 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995175 is #66AE8A. Grayscale: #6A6A6A. Windows color (decimal): -6729355 or 7688601. OLE color: 7688601.

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

Color convert

RGB 153 81 117 -
CMYK 0 0.47 0.24 0.4
HSL 330º 0.31% 0.46% -
HSV(B) 330º 0.47% 0.6% -
XYZ 19.29 13.94 18.5 -
YUV 106.63 133.85 161.07 -
System Red Green Blue C M Y K H S L
Decimal 153 81 117 0 0.47 0.24 0.4 330 0.31 0.46
Hex 99 51 75 0 2F 18 28 14A 1F 2E
Octal 231 121 165 0 57 30 50 512 37 56
Binary 10011001 1010001 1110101 0 101111 11000 101000 101001010 11111 101110

Color Harmonies of #995175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995175

Black with #995175

Text Example


Text Example

White with #995175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995175; }

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

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

background-color css

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

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

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

border-color css

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

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

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