Html Css Color HEX #884060 Cosmic

📋 copy color: '#884060'

red 136 ◦ green 64 ◦ blue 96

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

Shades of Cosmic #884060

Tints of Cosmic #884060

RGB

 RED value IS 136 (53.52% from 255) = 45.95%

 GREEN value IS 64 (25.39% from 255) = 21.62%

 BLUE value IS 96 (37.89% from 255) = 32.43%

R = 45.95%
G = 21.62%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#884060 (or 0x884060) is known color: Cosmic. HEX triplet: 88, 40 and 60. RGB value is (136,64,96). Sum of RGB (Red+Green+Blue) = 136+64+96=296 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.95% from 296); Green value is 64 (25.39% from 255 or 21.62% from 296); Blue value is 96 (37.89% from 255 or 32.43% from 296); Max value from RGB is 136 - color contains mainly: red. Hex color #884060 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884060 is #77BF9F. Grayscale: #595959. Windows color (decimal): -7847840 or 6307976. OLE color: 6307976.

HSL color Cylindrical-coordinate representation of color #884060: hue angle of 333.33º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #884060 is Cyan = 0, Magento = 0.53, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 64 96 -
CMYK 0 0.53 0.29 0.47
HSL 333.33º 0.36% 0.39% -
HSV(B) 333.33º 0.53% 0.53% -
XYZ 14.1 9.75 12.2 -
YUV 89.18 131.85 161.4 -
System Red Green Blue C M Y K H S L
Decimal 136 64 96 0 0.53 0.29 0.47 333.33 0.36 0.39
Hex 88 40 60 0 35 1D 2F 14D 24 27
Octal 210 100 140 0 65 35 57 515 44 47
Binary 10001000 1000000 1100000 0 110101 11101 101111 101001101 100100 100111

Color Harmonies of #884060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884060

Black with #884060

Text Example


Text Example

White with #884060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884060; }

 p { color: rgb(136,64,96); }

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

background-color css

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

 a { background-color: rgb(136,64,96); }

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

border-color css

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

 span { border-color: rgb(136,64,96); }

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