Html Css Color HEX #885373 Cosmic

📋 copy color: '#885373'

red 136 ◦ green 83 ◦ blue 115

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

Shades of Cosmic #885373

Tints of Cosmic #885373

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.85%

 BLUE value IS 115 (45.31% from 255) = 34.43%

R = 40.72%
G = 24.85%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#885373 (or 0x885373) is known color: Cosmic. HEX triplet: 88, 53 and 73. RGB value is (136,83,115). Sum of RGB (Red+Green+Blue) = 136+83+115=334 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.72% from 334); Green value is 83 (32.81% from 255 or 24.85% from 334); Blue value is 115 (45.31% from 255 or 34.43% from 334); Max value from RGB is 136 - color contains mainly: red. Hex color #885373 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885373 is #77AC8C. Grayscale: #666666. Windows color (decimal): -7842957 or 7558024. OLE color: 7558024.

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

Color convert

RGB 136 83 115 -
CMYK 0 0.39 0.15 0.47
HSL 323.77º 0.24% 0.43% -
HSV(B) 323.77º 0.39% 0.53% -
XYZ 16.34 12.66 17.8 -
YUV 102.5 135.06 151.9 -
System Red Green Blue C M Y K H S L
Decimal 136 83 115 0 0.39 0.15 0.47 323.77 0.24 0.43
Hex 88 53 73 0 27 F 2F 144 18 2B
Octal 210 123 163 0 47 17 57 504 30 53
Binary 10001000 1010011 1110011 0 100111 1111 101111 101000100 11000 101011

Color Harmonies of #885373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885373

Black with #885373

Text Example


Text Example

White with #885373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885373; }

 p { color: rgb(136,83,115); }

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

background-color css

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

 a { background-color: rgb(136,83,115); }

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

border-color css

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

 span { border-color: rgb(136,83,115); }

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