Html Css Color HEX #884063 Cosmic

📋 copy color: '#884063'

red 136 ◦ green 64 ◦ blue 99

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

Shades of Cosmic #884063

Tints of Cosmic #884063

RGB

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

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

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

R = 45.48%
G = 21.4%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.27

 K value IS 0.47

RGB Variations

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

Color information

#884063 (or 0x884063) is known color: Cosmic. HEX triplet: 88, 40 and 63. RGB value is (136,64,99). Sum of RGB (Red+Green+Blue) = 136+64+99=299 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.48% from 299); Green value is 64 (25.39% from 255 or 21.40% from 299); Blue value is 99 (39.06% from 255 or 33.11% from 299); Max value from RGB is 136 - color contains mainly: red. Hex color #884063 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884063 is #77BF9C. Grayscale: #595959. Windows color (decimal): -7847837 or 6504584. OLE color: 6504584.

HSL color Cylindrical-coordinate representation of color #884063: hue angle of 330.83º 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 #884063 is Cyan = 0, Magento = 0.53, Yellow = 0.27 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 64 99 -
CMYK 0 0.53 0.27 0.47
HSL 330.83º 0.36% 0.39% -
HSV(B) 330.83º 0.53% 0.53% -
XYZ 14.24 9.8 12.95 -
YUV 89.52 133.35 161.15 -
System Red Green Blue C M Y K H S L
Decimal 136 64 99 0 0.53 0.27 0.47 330.83 0.36 0.39
Hex 88 40 63 0 35 1B 2F 14B 24 27
Octal 210 100 143 0 65 33 57 513 44 47
Binary 10001000 1000000 1100011 0 110101 11011 101111 101001011 100100 100111

Color Harmonies of #884063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884063

Black with #884063

Text Example


Text Example

White with #884063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884063; }

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

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

background-color css

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

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

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

border-color css

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

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

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