Html Css Color HEX #88485C Cannon Pink

📋 copy color: '#88485C'

red 136 ◦ green 72 ◦ blue 92

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

Shades of Cannon Pink #88485C

Tints of Cannon Pink #88485C

RGB

 RED value IS 136 (53.52% from 255) = 45.33%

 GREEN value IS 72 (28.52% from 255) = 24%

 BLUE value IS 92 (36.33% from 255) = 30.67%

R = 45.33%
G = 24%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#88485C (or 0x88485C) is known color: Cannon Pink. HEX triplet: 88, 48 and 5C. RGB value is (136,72,92). Sum of RGB (Red+Green+Blue) = 136+72+92=300 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.33% from 300); Green value is 72 (28.52% from 255 or 24% from 300); Blue value is 92 (36.33% from 255 or 30.67% from 300); Max value from RGB is 136 - color contains mainly: red. Hex color #88485C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88485C is #77B7A3. Grayscale: #5D5D5D. Windows color (decimal): -7845796 or 6047880. OLE color: 6047880.

HSL color Cylindrical-coordinate representation of color #88485C: hue angle of 341.25º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #88485C is Cyan = 0, Magento = 0.47, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 72 92 -
CMYK 0 0.47 0.32 0.47
HSL 341.25º 0.31% 0.41% -
HSV(B) 341.25º 0.47% 0.53% -
XYZ 14.4 10.64 11.42 -
YUV 93.42 127.2 158.37 -
System Red Green Blue C M Y K H S L
Decimal 136 72 92 0 0.47 0.32 0.47 341.25 0.31 0.41
Hex 88 48 5C 0 2F 20 2F 155 1F 29
Octal 210 110 134 0 57 40 57 525 37 51
Binary 10001000 1001000 1011100 0 101111 100000 101111 101010101 11111 101001

Color Harmonies of #88485C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88485C

Black with #88485C

Text Example


Text Example

White with #88485C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88485C; }

 p { color: rgb(136,72,92); }

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

background-color css

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

 a { background-color: rgb(136,72,92); }

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

border-color css

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

 span { border-color: rgb(136,72,92); }

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