Html Css Color HEX #88446B Cosmic

📋 copy color: '#88446B'

red 136 ◦ green 68 ◦ blue 107

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

Shades of Cosmic #88446B

Tints of Cosmic #88446B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.86%

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

R = 43.73%
G = 21.86%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.21

 K value IS 0.47

RGB Variations

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

Color information

#88446B (or 0x88446B) is known color: Cosmic. HEX triplet: 88, 44 and 6B. RGB value is (136,68,107). Sum of RGB (Red+Green+Blue) = 136+68+107=311 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.73% from 311); Green value is 68 (26.95% from 255 or 21.86% from 311); Blue value is 107 (42.19% from 255 or 34.41% from 311); Max value from RGB is 136 - color contains mainly: red. Hex color #88446B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88446B is #77BB94. Grayscale: #5C5C5C. Windows color (decimal): -7846805 or 7029896. OLE color: 7029896.

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

Color convert

RGB 136 68 107 -
CMYK 0 0.50 0.21 0.47
HSL 325.59º 0.33% 0.4% -
HSV(B) 325.59º 0.5% 0.53% -
XYZ 14.87 10.43 15.14 -
YUV 92.78 136.03 158.83 -
System Red Green Blue C M Y K H S L
Decimal 136 68 107 0 0.50 0.21 0.47 325.59 0.33 0.4
Hex 88 44 6B 0 32 15 2F 146 21 28
Octal 210 104 153 0 62 25 57 506 41 50
Binary 10001000 1000100 1101011 0 110010 10101 101111 101000110 100001 101000

Color Harmonies of #88446B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88446B

Black with #88446B

Text Example


Text Example

White with #88446B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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