Html Css Color HEX #885073 Cosmic

📋 copy color: '#885073'

red 136 ◦ green 80 ◦ blue 115

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

Shades of Cosmic #885073

Tints of Cosmic #885073

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.17%

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

R = 41.09%
G = 24.17%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#885073 (or 0x885073) is known color: Cosmic. HEX triplet: 88, 50 and 73. RGB value is (136,80,115). Sum of RGB (Red+Green+Blue) = 136+80+115=331 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.09% from 331); Green value is 80 (31.64% from 255 or 24.17% from 331); Blue value is 115 (45.31% from 255 or 34.74% from 331); Max value from RGB is 136 - color contains mainly: red. Hex color #885073 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885073 is #77AF8C. Grayscale: #646464. Windows color (decimal): -7843725 or 7557256. OLE color: 7557256.

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

Color convert

RGB 136 80 115 -
CMYK 0 0.41 0.15 0.47
HSL 322.5º 0.26% 0.42% -
HSV(B) 322.5º 0.41% 0.53% -
XYZ 16.12 12.21 17.73 -
YUV 100.73 136.05 153.15 -
System Red Green Blue C M Y K H S L
Decimal 136 80 115 0 0.41 0.15 0.47 322.5 0.26 0.42
Hex 88 50 73 0 29 F 2F 142 1A 2A
Octal 210 120 163 0 51 17 57 502 32 52
Binary 10001000 1010000 1110011 0 101001 1111 101111 101000010 11010 101010

Color Harmonies of #885073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885073

Black with #885073

Text Example


Text Example

White with #885073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885073; }

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

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

background-color css

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

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

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

border-color css

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

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

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