Html Css Color HEX #875069 Cannon Pink

📋 copy color: '#875069'

red 135 ◦ green 80 ◦ blue 105

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

Shades of Cannon Pink #875069

Tints of Cannon Pink #875069

RGB

 RED value IS 135 (53.13% from 255) = 42.19%

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

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

R = 42.19%
G = 25%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.22

 K value IS 0.47

RGB Variations

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

Color information

#875069 (or 0x875069) is known color: Cannon Pink. HEX triplet: 87, 50 and 69. RGB value is (135,80,105). Sum of RGB (Red+Green+Blue) = 135+80+105=320 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.19% from 320); Green value is 80 (31.64% from 255 or 25% from 320); Blue value is 105 (41.41% from 255 or 32.81% from 320); Max value from RGB is 135 - color contains mainly: red. Hex color #875069 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875069 is #78AF96. Grayscale: #636363. Windows color (decimal): -7909271 or 6901895. OLE color: 6901895.

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

Color convert

RGB 135 80 105 -
CMYK 0 0.41 0.22 0.47
HSL 332.73º 0.26% 0.42% -
HSV(B) 332.73º 0.41% 0.53% -
XYZ 15.41 11.91 14.85 -
YUV 99.3 131.22 153.47 -
System Red Green Blue C M Y K H S L
Decimal 135 80 105 0 0.41 0.22 0.47 332.73 0.26 0.42
Hex 87 50 69 0 29 16 2F 14D 1A 2A
Octal 207 120 151 0 51 26 57 515 32 52
Binary 10000111 1010000 1101001 0 101001 10110 101111 101001101 11010 101010

Color Harmonies of #875069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875069

Black with #875069

Text Example


Text Example

White with #875069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875069; }

 p { color: rgb(135,80,105); }

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

background-color css

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

 a { background-color: rgb(135,80,105); }

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

border-color css

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

 span { border-color: rgb(135,80,105); }

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