Html Css Color HEX #88426B Cosmic

📋 copy color: '#88426B'

red 136 ◦ green 66 ◦ blue 107

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

Shades of Cosmic #88426B

Tints of Cosmic #88426B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.36%

 BLUE value IS 107 (42.19% from 255) = 34.63%

R = 44.01%
G = 21.36%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.21

 K value IS 0.47

RGB Variations

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

Color information

#88426B (or 0x88426B) is known color: Cosmic. HEX triplet: 88, 42 and 6B. RGB value is (136,66,107). Sum of RGB (Red+Green+Blue) = 136+66+107=309 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.01% from 309); Green value is 66 (26.17% from 255 or 21.36% from 309); Blue value is 107 (42.19% from 255 or 34.63% from 309); Max value from RGB is 136 - color contains mainly: red. Hex color #88426B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88426B is #77BD94. Grayscale: #5B5B5B. Windows color (decimal): -7847317 or 7029384. OLE color: 7029384.

HSL color Cylindrical-coordinate representation of color #88426B: hue angle of 324.86º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #88426B is Cyan = 0, Magento = 0.51, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 66 107 -
CMYK 0 0.51 0.21 0.47
HSL 324.86º 0.35% 0.4% -
HSV(B) 324.86º 0.51% 0.53% -
XYZ 14.76 10.19 15.1 -
YUV 91.6 136.69 159.67 -
System Red Green Blue C M Y K H S L
Decimal 136 66 107 0 0.51 0.21 0.47 324.86 0.35 0.4
Hex 88 42 6B 0 33 15 2F 145 23 28
Octal 210 102 153 0 63 25 57 505 43 50
Binary 10001000 1000010 1101011 0 110011 10101 101111 101000101 100011 101000

Color Harmonies of #88426B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88426B

Black with #88426B

Text Example


Text Example

White with #88426B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88426B; }

 p { color: rgb(136,66,107); }

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

background-color css

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

 a { background-color: rgb(136,66,107); }

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

border-color css

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

 span { border-color: rgb(136,66,107); }

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