Html Css Color HEX #883968 Cosmic

📋 copy color: '#883968'

red 136 ◦ green 57 ◦ blue 104

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

Shades of Cosmic #883968

Tints of Cosmic #883968

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.19%

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

R = 45.79%
G = 19.19%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#883968 (or 0x883968) is known color: Cosmic. HEX triplet: 88, 39 and 68. RGB value is (136,57,104). Sum of RGB (Red+Green+Blue) = 136+57+104=297 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.79% from 297); Green value is 57 (22.66% from 255 or 19.19% from 297); Blue value is 104 (41.02% from 255 or 35.02% from 297); Max value from RGB is 136 - color contains mainly: red. Hex color #883968 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883968 is #77C697. Grayscale: #555555. Windows color (decimal): -7849624 or 6830472. OLE color: 6830472.

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

Color convert

RGB 136 57 104 -
CMYK 0 0.58 0.24 0.47
HSL 324.3º 0.41% 0.38% -
HSV(B) 324.3º 0.58% 0.53% -
XYZ 14.12 9.16 14.12 -
YUV 85.98 138.17 163.68 -
System Red Green Blue C M Y K H S L
Decimal 136 57 104 0 0.58 0.24 0.47 324.3 0.41 0.38
Hex 88 39 68 0 3A 18 2F 144 29 26
Octal 210 71 150 0 72 30 57 504 51 46
Binary 10001000 111001 1101000 0 111010 11000 101111 101000100 101001 100110

Color Harmonies of #883968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883968

Black with #883968

Text Example


Text Example

White with #883968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #883968; }

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

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

background-color css

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

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

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

border-color css

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

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

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