Html Css Color HEX #855769 Cannon Pink

📋 copy color: '#855769'

red 133 ◦ green 87 ◦ blue 105

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

Shades of Cannon Pink #855769

Tints of Cannon Pink #855769

RGB

 RED value IS 133 (52.34% from 255) = 40.92%

 GREEN value IS 87 (34.38% from 255) = 26.77%

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

R = 40.92%
G = 26.77%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.21

 K value IS 0.48

RGB Variations

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

Color information

#855769 (or 0x855769) is known color: Cannon Pink. HEX triplet: 85, 57 and 69. RGB value is (133,87,105). Sum of RGB (Red+Green+Blue) = 133+87+105=325 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.92% from 325); Green value is 87 (34.38% from 255 or 26.77% from 325); Blue value is 105 (41.41% from 255 or 32.31% from 325); Max value from RGB is 133 - color contains mainly: red. Hex color #855769 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855769 is #7AA896. Grayscale: #666666. Windows color (decimal): -8038551 or 6903685. OLE color: 6903685.

HSL color Cylindrical-coordinate representation of color #855769: hue angle of 336.52º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #855769 is Cyan = 0, Magento = 0.35, Yellow = 0.21 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 87 105 -
CMYK 0 0.35 0.21 0.48
HSL 336.52º 0.21% 0.43% -
HSV(B) 336.52º 0.35% 0.52% -
XYZ 15.63 12.82 15.02 -
YUV 102.81 129.24 149.54 -
System Red Green Blue C M Y K H S L
Decimal 133 87 105 0 0.35 0.21 0.48 336.52 0.21 0.43
Hex 85 57 69 0 23 15 30 151 15 2B
Octal 205 127 151 0 43 25 60 521 25 53
Binary 10000101 1010111 1101001 0 100011 10101 110000 101010001 10101 101011

Color Harmonies of #855769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855769

Black with #855769

Text Example


Text Example

White with #855769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855769; }

 p { color: rgb(133,87,105); }

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

background-color css

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

 a { background-color: rgb(133,87,105); }

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

border-color css

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

 span { border-color: rgb(133,87,105); }

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