Html Css Color HEX #81596C Cosmic

📋 copy color: '#81596C'

red 129 ◦ green 89 ◦ blue 108

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

Shades of Cosmic #81596C

Tints of Cosmic #81596C

RGB

 RED value IS 129 (50.78% from 255) = 39.57%

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

 BLUE value IS 108 (42.58% from 255) = 33.13%

R = 39.57%
G = 27.3%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#81596C (or 0x81596C) is known color: Cosmic. HEX triplet: 81, 59 and 6C. RGB value is (129,89,108). Sum of RGB (Red+Green+Blue) = 129+89+108=326 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.57% from 326); Green value is 89 (35.16% from 255 or 27.30% from 326); Blue value is 108 (42.58% from 255 or 33.13% from 326); Max value from RGB is 129 - color contains mainly: red. Hex color #81596C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81596C is #7EA693. Grayscale: #676767. Windows color (decimal): -8300180 or 7100801. OLE color: 7100801.

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

Color convert

RGB 129 89 108 -
CMYK 0 0.31 0.16 0.49
HSL 331.5º 0.18% 0.43% -
HSV(B) 331.5º 0.31% 0.51% -
XYZ 15.33 12.89 15.87 -
YUV 103.13 130.75 146.46 -
System Red Green Blue C M Y K H S L
Decimal 129 89 108 0 0.31 0.16 0.49 331.5 0.18 0.43
Hex 81 59 6C 0 1F 10 31 14C 12 2B
Octal 201 131 154 0 37 20 61 514 22 53
Binary 10000001 1011001 1101100 0 11111 10000 110001 101001100 10010 101011

Color Harmonies of #81596C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81596C

Black with #81596C

Text Example


Text Example

White with #81596C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81596C; }

 p { color: rgb(129,89,108); }

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

background-color css

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

 a { background-color: rgb(129,89,108); }

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

border-color css

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

 span { border-color: rgb(129,89,108); }

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