Html Css Color HEX #884368 Cosmic

📋 copy color: '#884368'

red 136 ◦ green 67 ◦ blue 104

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

Shades of Cosmic #884368

Tints of Cosmic #884368

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.82%

 BLUE value IS 104 (41.02% from 255) = 33.88%

R = 44.3%
G = 21.82%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#884368 (or 0x884368) is known color: Cosmic. HEX triplet: 88, 43 and 68. RGB value is (136,67,104). Sum of RGB (Red+Green+Blue) = 136+67+104=307 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.30% from 307); Green value is 67 (26.56% from 255 or 21.82% from 307); Blue value is 104 (41.02% from 255 or 33.88% from 307); Max value from RGB is 136 - color contains mainly: red. Hex color #884368 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884368 is #77BC97. Grayscale: #5B5B5B. Windows color (decimal): -7847064 or 6833032. OLE color: 6833032.

HSL color Cylindrical-coordinate representation of color #884368: hue angle of 327.83º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #884368 is Cyan = 0, Magento = 0.51, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 67 104 -
CMYK 0 0.51 0.24 0.47
HSL 327.83º 0.34% 0.4% -
HSV(B) 327.83º 0.51% 0.53% -
XYZ 14.66 10.25 14.3 -
YUV 91.85 134.86 159.49 -
System Red Green Blue C M Y K H S L
Decimal 136 67 104 0 0.51 0.24 0.47 327.83 0.34 0.4
Hex 88 43 68 0 33 18 2F 148 22 28
Octal 210 103 150 0 63 30 57 510 42 50
Binary 10001000 1000011 1101000 0 110011 11000 101111 101001000 100010 101000

Color Harmonies of #884368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884368

Black with #884368

Text Example


Text Example

White with #884368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884368; }

 p { color: rgb(136,67,104); }

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

background-color css

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

 a { background-color: rgb(136,67,104); }

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

border-color css

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

 span { border-color: rgb(136,67,104); }

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