Html Css Color HEX #884463 Cosmic

📋 copy color: '#884463'

red 136 ◦ green 68 ◦ blue 99

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

Shades of Cosmic #884463

Tints of Cosmic #884463

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.44%

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

R = 44.88%
G = 22.44%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.27

 K value IS 0.47

RGB Variations

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

Color information

#884463 (or 0x884463) is known color: Cosmic. HEX triplet: 88, 44 and 63. RGB value is (136,68,99). Sum of RGB (Red+Green+Blue) = 136+68+99=303 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.88% from 303); Green value is 68 (26.95% from 255 or 22.44% from 303); Blue value is 99 (39.06% from 255 or 32.67% from 303); Max value from RGB is 136 - color contains mainly: red. Hex color #884463 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884463 is #77BB9C. Grayscale: #5B5B5B. Windows color (decimal): -7846813 or 6505608. OLE color: 6505608.

HSL color Cylindrical-coordinate representation of color #884463: hue angle of 332.65º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #884463 is Cyan = 0, Magento = 0.50, Yellow = 0.27 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 68 99 -
CMYK 0 0.50 0.27 0.47
HSL 332.65º 0.33% 0.4% -
HSV(B) 332.65º 0.5% 0.53% -
XYZ 14.47 10.27 13.02 -
YUV 91.87 132.03 159.48 -
System Red Green Blue C M Y K H S L
Decimal 136 68 99 0 0.50 0.27 0.47 332.65 0.33 0.4
Hex 88 44 63 0 32 1B 2F 14D 21 28
Octal 210 104 143 0 62 33 57 515 41 50
Binary 10001000 1000100 1100011 0 110010 11011 101111 101001101 100001 101000

Color Harmonies of #884463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884463

Black with #884463

Text Example


Text Example

White with #884463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884463; }

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

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

background-color css

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

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

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

border-color css

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

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

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