Html Css Color HEX #885462 Cannon Pink

📋 copy color: '#885462'

red 136 ◦ green 84 ◦ blue 98

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

Shades of Cannon Pink #885462

Tints of Cannon Pink #885462

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.42%

 BLUE value IS 98 (38.67% from 255) = 30.82%

R = 42.77%
G = 26.42%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.28

 K value IS 0.47

RGB Variations

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

Color information

#885462 (or 0x885462) is known color: Cannon Pink. HEX triplet: 88, 54 and 62. RGB value is (136,84,98). Sum of RGB (Red+Green+Blue) = 136+84+98=318 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.77% from 318); Green value is 84 (33.20% from 255 or 26.42% from 318); Blue value is 98 (38.67% from 255 or 30.82% from 318); Max value from RGB is 136 - color contains mainly: red. Hex color #885462 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885462 is #77AB9D. Grayscale: #656565. Windows color (decimal): -7842718 or 6444168. OLE color: 6444168.

HSL color Cylindrical-coordinate representation of color #885462: hue angle of 343.85º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #885462 is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 84 98 -
CMYK 0 0.38 0.28 0.47
HSL 343.85º 0.24% 0.43% -
HSV(B) 343.85º 0.38% 0.53% -
XYZ 15.53 12.46 13.14 -
YUV 101.14 126.23 152.86 -
System Red Green Blue C M Y K H S L
Decimal 136 84 98 0 0.38 0.28 0.47 343.85 0.24 0.43
Hex 88 54 62 0 26 1C 2F 158 18 2B
Octal 210 124 142 0 46 34 57 530 30 53
Binary 10001000 1010100 1100010 0 100110 11100 101111 101011000 11000 101011

Color Harmonies of #885462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885462

Black with #885462

Text Example


Text Example

White with #885462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885462; }

 p { color: rgb(136,84,98); }

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

background-color css

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

 a { background-color: rgb(136,84,98); }

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

border-color css

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

 span { border-color: rgb(136,84,98); }

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