Html Css Color HEX #82596E Cosmic

📋 copy color: '#82596E'

red 130 ◦ green 89 ◦ blue 110

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

Shades of Cosmic #82596E

Tints of Cosmic #82596E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 33.43%

R = 39.51%
G = 27.05%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#82596E (or 0x82596E) is known color: Cosmic. HEX triplet: 82, 59 and 6E. RGB value is (130,89,110). Sum of RGB (Red+Green+Blue) = 130+89+110=329 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.51% from 329); Green value is 89 (35.16% from 255 or 27.05% from 329); Blue value is 110 (43.36% from 255 or 33.43% from 329); Max value from RGB is 130 - color contains mainly: red. Hex color #82596E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82596E is #7DA691. Grayscale: #676767. Windows color (decimal): -8234642 or 7231874. OLE color: 7231874.

HSL color Cylindrical-coordinate representation of color #82596E: hue angle of 329.27º 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 #82596E is Cyan = 0, Magento = 0.32, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 89 110 -
CMYK 0 0.32 0.15 0.49
HSL 329.27º 0.19% 0.43% -
HSV(B) 329.27º 0.32% 0.51% -
XYZ 15.59 13.02 16.44 -
YUV 103.65 131.58 146.79 -
System Red Green Blue C M Y K H S L
Decimal 130 89 110 0 0.32 0.15 0.49 329.27 0.19 0.43
Hex 82 59 6E 0 20 F 31 149 13 2B
Octal 202 131 156 0 40 17 61 511 23 53
Binary 10000010 1011001 1101110 0 100000 1111 110001 101001001 10011 101011

Color Harmonies of #82596E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82596E

Black with #82596E

Text Example


Text Example

White with #82596E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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