Html Css Color HEX #82596B Cosmic

📋 copy color: '#82596B'

red 130 ◦ green 89 ◦ blue 107

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

Shades of Cosmic #82596B

Tints of Cosmic #82596B

RGB

 RED value IS 130 (51.17% from 255) = 39.88%

 GREEN value IS 89 (35.16% from 255) = 27.3%

 BLUE value IS 107 (42.19% from 255) = 32.82%

R = 39.88%
G = 27.3%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#82596B (or 0x82596B) is known color: Cosmic. HEX triplet: 82, 59 and 6B. RGB value is (130,89,107). Sum of RGB (Red+Green+Blue) = 130+89+107=326 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.88% from 326); Green value is 89 (35.16% from 255 or 27.30% from 326); Blue value is 107 (42.19% from 255 or 32.82% from 326); Max value from RGB is 130 - color contains mainly: red. Hex color #82596B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82596B is #7DA694. Grayscale: #676767. Windows color (decimal): -8234645 or 7035266. OLE color: 7035266.

HSL color Cylindrical-coordinate representation of color #82596B: hue angle of 333.66º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #82596B is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 89 107 -
CMYK 0 0.32 0.18 0.49
HSL 333.66º 0.19% 0.43% -
HSV(B) 333.66º 0.32% 0.51% -
XYZ 15.43 12.95 15.6 -
YUV 103.31 130.08 147.04 -
System Red Green Blue C M Y K H S L
Decimal 130 89 107 0 0.32 0.18 0.49 333.66 0.19 0.43
Hex 82 59 6B 0 20 12 31 14E 13 2B
Octal 202 131 153 0 40 22 61 516 23 53
Binary 10000010 1011001 1101011 0 100000 10010 110001 101001110 10011 101011

Color Harmonies of #82596B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82596B

Black with #82596B

Text Example


Text Example

White with #82596B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82596B; }

 p { color: rgb(130,89,107); }

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

background-color css

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

 a { background-color: rgb(130,89,107); }

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

border-color css

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

 span { border-color: rgb(130,89,107); }

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