Html Css Color HEX #883869 Cosmic

📋 copy color: '#883869'

red 136 ◦ green 56 ◦ blue 105

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

Shades of Cosmic #883869

Tints of Cosmic #883869

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.86%

 BLUE value IS 105 (41.41% from 255) = 35.35%

R = 45.79%
G = 18.86%
B = 35.35%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.23

 K value IS 0.47

RGB Variations

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

Color information

#883869 (or 0x883869) is known color: Cosmic. HEX triplet: 88, 38 and 69. RGB value is (136,56,105). Sum of RGB (Red+Green+Blue) = 136+56+105=297 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.79% from 297); Green value is 56 (22.27% from 255 or 18.86% from 297); Blue value is 105 (41.41% from 255 or 35.35% from 297); Max value from RGB is 136 - color contains mainly: red. Hex color #883869 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883869 is #77C796. Grayscale: #555555. Windows color (decimal): -7849879 or 6895752. OLE color: 6895752.

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

Color convert

RGB 136 56 105 -
CMYK 0 0.59 0.23 0.47
HSL 323.25º 0.42% 0.38% -
HSV(B) 323.25º 0.59% 0.53% -
XYZ 14.12 9.08 14.37 -
YUV 85.51 139 164.02 -
System Red Green Blue C M Y K H S L
Decimal 136 56 105 0 0.59 0.23 0.47 323.25 0.42 0.38
Hex 88 38 69 0 3B 17 2F 143 2A 26
Octal 210 70 151 0 73 27 57 503 52 46
Binary 10001000 111000 1101001 0 111011 10111 101111 101000011 101010 100110

Color Harmonies of #883869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883869

Black with #883869

Text Example


Text Example

White with #883869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #883869; }

 p { color: rgb(136,56,105); }

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

background-color css

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

 a { background-color: rgb(136,56,105); }

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

border-color css

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

 span { border-color: rgb(136,56,105); }

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