#883D65

Color #883D65 Cosmic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cosmic #883D65

Tints of Cosmic #883D65

Color information

#883D65 (or 0x883D65) is unknown color: approx Cosmic. HEX triplet: 88, 3D and 65. RGB value is (136,61,101). Sum of RGB (Red+Green+Blue) = 136+61+101=298 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.64% from 298); Green value is 61 (24.22% from 255 or 20.47% from 298); Blue value is 101 (39.84% from 255 or 33.89% from 298); Max value from RGB is 136 - color contains mainly: red. Hex color #883D65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883D65 is #77C29A. Grayscale: #575757. Windows color (decimal): -7848603 or 6634888. OLE color: 6634888.

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

Color convert

RGB13661101-
CMYK00.550.260.47
HSL328º38.07%38.63%-
HSV(B)328º55.15%53.33%-
XYZ14.179.5113.4-
YUV87.98135.35162.25-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 45.64%
GREEN value IS 61 (24.22% from 255) = 20.47%
BLUE value IS 101 (39.84% from 255) = 33.89%
R=45.64%
G=20.47%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1366110100.550.260.4732838.0738.63
Hex883D650371A2F1482627
Octal2107514506732575104647
Binary100010001111011100101011011111010101111101001000100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,61,101); }

 H1.HeaderClassName
 {
   color: #883D65;
 }
 .AnyTagClassName
 {
   color: #883D65;
 }
</style>
background-color css

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

 a { background-color: rgb(136,61,101); }

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

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

 span { border-color: rgb(136,61,101); }

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