Html Css Color HEX #883F65 Cosmic

📋 copy color: '#883F65'

red 136 ◦ green 63 ◦ blue 101

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

Shades of Cosmic #883F65

Tints of Cosmic #883F65

RGB

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

 GREEN value IS 63 (25% from 255) = 21%

 BLUE value IS 101 (39.84% from 255) = 33.67%

R = 45.33%
G = 21%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#883F65 (or 0x883F65) is known color: Cosmic. HEX triplet: 88, 3F and 65. RGB value is (136,63,101). Sum of RGB (Red+Green+Blue) = 136+63+101=300 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.33% from 300); Green value is 63 (25% from 255 or 21% from 300); Blue value is 101 (39.84% from 255 or 33.67% from 300); Max value from RGB is 136 - color contains mainly: red. Hex color #883F65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883F65 is #77C09A. Grayscale: #595959. Windows color (decimal): -7848091 or 6635400. OLE color: 6635400.

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

Color convert

RGB 136 63 101 -
CMYK 0 0.54 0.26 0.47
HSL 328.77º 0.37% 0.39% -
HSV(B) 328.77º 0.54% 0.53% -
XYZ 14.28 9.73 13.44 -
YUV 89.16 134.68 161.41 -
System Red Green Blue C M Y K H S L
Decimal 136 63 101 0 0.54 0.26 0.47 328.77 0.37 0.39
Hex 88 3F 65 0 36 1A 2F 149 25 27
Octal 210 77 145 0 66 32 57 511 45 47
Binary 10001000 111111 1100101 0 110110 11010 101111 101001001 100101 100111

Color Harmonies of #883F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883F65

Black with #883F65

Text Example


Text Example

White with #883F65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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