Html Css Color HEX #995075 Cannon Pink

📋 copy color: '#995075'

red 153 ◦ green 80 ◦ blue 117

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

Shades of Cannon Pink #995075

Tints of Cannon Pink #995075

RGB

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

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

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

R = 43.71%
G = 22.86%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.24

 K value IS 0.4

RGB Variations

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

Color information

#995075 (or 0x995075) is known color: Cannon Pink. HEX triplet: 99, 50 and 75. RGB value is (153,80,117). Sum of RGB (Red+Green+Blue) = 153+80+117=350 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.71% from 350); Green value is 80 (31.64% from 255 or 22.86% from 350); Blue value is 117 (46.09% from 255 or 33.43% from 350); Max value from RGB is 153 - color contains mainly: red. Hex color #995075 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995075 is #66AF8A. Grayscale: #696969. Windows color (decimal): -6729611 or 7688345. OLE color: 7688345.

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

Color convert

RGB 153 80 117 -
CMYK 0 0.48 0.24 0.4
HSL 329.59º 0.31% 0.46% -
HSV(B) 329.59º 0.48% 0.6% -
XYZ 19.22 13.79 18.48 -
YUV 106.05 134.18 161.49 -
System Red Green Blue C M Y K H S L
Decimal 153 80 117 0 0.48 0.24 0.4 329.59 0.31 0.46
Hex 99 50 75 0 30 18 28 14A 1F 2E
Octal 231 120 165 0 60 30 50 512 37 56
Binary 10011001 1010000 1110101 0 110000 11000 101000 101001010 11111 101110

Color Harmonies of #995075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995075

Black with #995075

Text Example


Text Example

White with #995075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995075; }

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

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

background-color css

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

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

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

border-color css

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

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

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