Html Css Color HEX #88486A Cosmic

📋 copy color: '#88486A'

red 136 ◦ green 72 ◦ blue 106

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

Shades of Cosmic #88486A

Tints of Cosmic #88486A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.93%

 BLUE value IS 106 (41.8% from 255) = 33.76%

R = 43.31%
G = 22.93%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.22

 K value IS 0.47

RGB Variations

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

Color information

#88486A (or 0x88486A) is known color: Cosmic. HEX triplet: 88, 48 and 6A. RGB value is (136,72,106). Sum of RGB (Red+Green+Blue) = 136+72+106=314 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.31% from 314); Green value is 72 (28.52% from 255 or 22.93% from 314); Blue value is 106 (41.80% from 255 or 33.76% from 314); Max value from RGB is 136 - color contains mainly: red. Hex color #88486A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88486A is #77B795. Grayscale: #5E5E5E. Windows color (decimal): -7845782 or 6965384. OLE color: 6965384.

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

Color convert

RGB 136 72 106 -
CMYK 0 0.47 0.22 0.47
HSL 328.13º 0.31% 0.41% -
HSV(B) 328.13º 0.47% 0.53% -
XYZ 15.07 10.91 14.95 -
YUV 95.01 134.2 157.24 -
System Red Green Blue C M Y K H S L
Decimal 136 72 106 0 0.47 0.22 0.47 328.13 0.31 0.41
Hex 88 48 6A 0 2F 16 2F 148 1F 29
Octal 210 110 152 0 57 26 57 510 37 51
Binary 10001000 1001000 1101010 0 101111 10110 101111 101001000 11111 101001

Color Harmonies of #88486A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88486A

Black with #88486A

Text Example


Text Example

White with #88486A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88486A; }

 p { color: rgb(136,72,106); }

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

background-color css

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

 a { background-color: rgb(136,72,106); }

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

border-color css

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

 span { border-color: rgb(136,72,106); }

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