Html Css Color HEX #875A65 Cannon Pink

📋 copy color: '#875A65'

red 135 ◦ green 90 ◦ blue 101

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

Shades of Cannon Pink #875A65

Tints of Cannon Pink #875A65

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.61%

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

R = 41.41%
G = 27.61%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#875A65 (or 0x875A65) is known color: Cannon Pink. HEX triplet: 87, 5A and 65. RGB value is (135,90,101). Sum of RGB (Red+Green+Blue) = 135+90+101=326 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.41% from 326); Green value is 90 (35.55% from 255 or 27.61% from 326); Blue value is 101 (39.84% from 255 or 30.98% from 326); Max value from RGB is 135 - color contains mainly: red. Hex color #875A65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875A65 is #78A59A. Grayscale: #686868. Windows color (decimal): -7906715 or 6642311. OLE color: 6642311.

HSL color Cylindrical-coordinate representation of color #875A65: hue angle of 345.33º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #875A65 is Cyan = 0, Magento = 0.33, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 90 101 -
CMYK 0 0.33 0.25 0.47
HSL 345.33º 0.2% 0.44% -
HSV(B) 345.33º 0.33% 0.53% -
XYZ 16 13.4 14.06 -
YUV 104.71 125.91 149.61 -
System Red Green Blue C M Y K H S L
Decimal 135 90 101 0 0.33 0.25 0.47 345.33 0.2 0.44
Hex 87 5A 65 0 21 19 2F 159 14 2C
Octal 207 132 145 0 41 31 57 531 24 54
Binary 10000111 1011010 1100101 0 100001 11001 101111 101011001 10100 101100

Color Harmonies of #875A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875A65

Black with #875A65

Text Example


Text Example

White with #875A65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875A65; }

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

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

background-color css

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

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

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

border-color css

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

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

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