Html Css Color HEX #883B64 Cosmic

📋 copy color: '#883B64'

red 136 ◦ green 59 ◦ blue 100

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

Shades of Cosmic #883B64

Tints of Cosmic #883B64

RGB

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

 GREEN value IS 59 (23.44% from 255) = 20%

 BLUE value IS 100 (39.45% from 255) = 33.9%

R = 46.1%
G = 20%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#883B64 (or 0x883B64) is known color: Cosmic. HEX triplet: 88, 3B and 64. RGB value is (136,59,100). Sum of RGB (Red+Green+Blue) = 136+59+100=295 (39% of max value = 765). Red value is 136 (53.52% from 255 or 46.10% from 295); Green value is 59 (23.44% from 255 or 20% from 295); Blue value is 100 (39.45% from 255 or 33.90% from 295); Max value from RGB is 136 - color contains mainly: red. Hex color #883B64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883B64 is #77C49B. Grayscale: #565656. Windows color (decimal): -7849116 or 6568840. OLE color: 6568840.

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

Color convert

RGB 136 59 100 -
CMYK 0 0.57 0.26 0.47
HSL 328.05º 0.39% 0.38% -
HSV(B) 328.05º 0.57% 0.53% -
XYZ 14.02 9.28 13.11 -
YUV 86.7 135.51 163.17 -
System Red Green Blue C M Y K H S L
Decimal 136 59 100 0 0.57 0.26 0.47 328.05 0.39 0.38
Hex 88 3B 64 0 39 1A 2F 148 27 26
Octal 210 73 144 0 71 32 57 510 47 46
Binary 10001000 111011 1100100 0 111001 11010 101111 101001000 100111 100110

Color Harmonies of #883B64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883B64

Black with #883B64

Text Example


Text Example

White with #883B64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #883B64; }

 p { color: rgb(136,59,100); }

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

background-color css

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

 a { background-color: rgb(136,59,100); }

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

border-color css

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

 span { border-color: rgb(136,59,100); }

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