Html Css Color HEX #885369 Cannon Pink

📋 copy color: '#885369'

red 136 ◦ green 83 ◦ blue 105

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

Shades of Cannon Pink #885369

Tints of Cannon Pink #885369

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.62%

 BLUE value IS 105 (41.41% from 255) = 32.41%

R = 41.98%
G = 25.62%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.23

 K value IS 0.47

RGB Variations

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

Color information

#885369 (or 0x885369) is known color: Cannon Pink. HEX triplet: 88, 53 and 69. RGB value is (136,83,105). Sum of RGB (Red+Green+Blue) = 136+83+105=324 (42% of max value = 765). Red value is 136 (53.52% from 255 or 41.98% from 324); Green value is 83 (32.81% from 255 or 25.62% from 324); Blue value is 105 (41.41% from 255 or 32.41% from 324); Max value from RGB is 136 - color contains mainly: red. Hex color #885369 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885369 is #77AC96. Grayscale: #656565. Windows color (decimal): -7842967 or 6902664. OLE color: 6902664.

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

Color convert

RGB 136 83 105 -
CMYK 0 0.39 0.23 0.47
HSL 335.09º 0.24% 0.43% -
HSV(B) 335.09º 0.39% 0.53% -
XYZ 15.8 12.44 14.93 -
YUV 101.36 130.06 152.71 -
System Red Green Blue C M Y K H S L
Decimal 136 83 105 0 0.39 0.23 0.47 335.09 0.24 0.43
Hex 88 53 69 0 27 17 2F 14F 18 2B
Octal 210 123 151 0 47 27 57 517 30 53
Binary 10001000 1010011 1101001 0 100111 10111 101111 101001111 11000 101011

Color Harmonies of #885369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885369

Black with #885369

Text Example


Text Example

White with #885369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885369; }

 p { color: rgb(136,83,105); }

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

background-color css

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

 a { background-color: rgb(136,83,105); }

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

border-color css

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

 span { border-color: rgb(136,83,105); }

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