Html Css Color HEX #835863 Cannon Pink

📋 copy color: '#835863'

red 131 ◦ green 88 ◦ blue 99

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

Shades of Cannon Pink #835863

Tints of Cannon Pink #835863

RGB

 RED value IS 131 (51.56% from 255) = 41.19%

 GREEN value IS 88 (34.77% from 255) = 27.67%

 BLUE value IS 99 (39.06% from 255) = 31.13%

R = 41.19%
G = 27.67%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.24

 K value IS 0.49

RGB Variations

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

Color information

#835863 (or 0x835863) is known color: Cannon Pink. HEX triplet: 83, 58 and 63. RGB value is (131,88,99). Sum of RGB (Red+Green+Blue) = 131+88+99=318 (42% of max value = 765). Red value is 131 (51.56% from 255 or 41.19% from 318); Green value is 88 (34.77% from 255 or 27.67% from 318); Blue value is 99 (39.06% from 255 or 31.13% from 318); Max value from RGB is 131 - color contains mainly: red. Hex color #835863 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835863 is #7CA79C. Grayscale: #666666. Windows color (decimal): -8169373 or 6510723. OLE color: 6510723.

HSL color Cylindrical-coordinate representation of color #835863: hue angle of 344.65º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #835863 is Cyan = 0, Magento = 0.33, Yellow = 0.24 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 88 99 -
CMYK 0 0.33 0.24 0.49
HSL 344.65º 0.2% 0.43% -
HSV(B) 344.65º 0.33% 0.51% -
XYZ 15.1 12.71 13.46 -
YUV 102.11 126.25 148.61 -
System Red Green Blue C M Y K H S L
Decimal 131 88 99 0 0.33 0.24 0.49 344.65 0.2 0.43
Hex 83 58 63 0 21 18 31 159 14 2B
Octal 203 130 143 0 41 30 61 531 24 53
Binary 10000011 1011000 1100011 0 100001 11000 110001 101011001 10100 101011

Color Harmonies of #835863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835863

Black with #835863

Text Example


Text Example

White with #835863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835863; }

 p { color: rgb(131,88,99); }

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

background-color css

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

 a { background-color: rgb(131,88,99); }

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

border-color css

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

 span { border-color: rgb(131,88,99); }

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