Html Css Color HEX #875365 Cannon Pink

📋 copy color: '#875365'

red 135 ◦ green 83 ◦ blue 101

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

Shades of Cannon Pink #875365

Tints of Cannon Pink #875365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 31.66%

R = 42.32%
G = 26.02%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#875365 (or 0x875365) is known color: Cannon Pink. HEX triplet: 87, 53 and 65. RGB value is (135,83,101). Sum of RGB (Red+Green+Blue) = 135+83+101=319 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.32% from 319); Green value is 83 (32.81% from 255 or 26.02% from 319); Blue value is 101 (39.84% from 255 or 31.66% from 319); Max value from RGB is 135 - color contains mainly: red. Hex color #875365 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875365 is #78AC9A. Grayscale: #646464. Windows color (decimal): -7908507 or 6640519. OLE color: 6640519.

HSL color Cylindrical-coordinate representation of color #875365: hue angle of 339.23º 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 #875365 is Cyan = 0, Magento = 0.39, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 83 101 -
CMYK 0 0.39 0.25 0.47
HSL 339.23º 0.24% 0.43% -
HSV(B) 339.23º 0.39% 0.53% -
XYZ 15.43 12.28 13.87 -
YUV 100.6 128.23 152.54 -
System Red Green Blue C M Y K H S L
Decimal 135 83 101 0 0.39 0.25 0.47 339.23 0.24 0.43
Hex 87 53 65 0 27 19 2F 153 18 2B
Octal 207 123 145 0 47 31 57 523 30 53
Binary 10000111 1010011 1100101 0 100111 11001 101111 101010011 11000 101011

Color Harmonies of #875365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875365

Black with #875365

Text Example


Text Example

White with #875365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875365; }

 p { color: rgb(135,83,101); }

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

background-color css

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

 a { background-color: rgb(135,83,101); }

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

border-color css

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

 span { border-color: rgb(135,83,101); }

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