Html Css Color HEX #8C446F Cosmic

📋 copy color: '#8C446F'

red 140 ◦ green 68 ◦ blue 111

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

Shades of Cosmic #8C446F

Tints of Cosmic #8C446F

RGB

 RED value IS 140 (55.08% from 255) = 43.89%

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

 BLUE value IS 111 (43.75% from 255) = 34.8%

R = 43.89%
G = 21.32%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.21

 K value IS 0.45

RGB Variations

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

Color information

#8C446F (or 0x8C446F) is known color: Cosmic. HEX triplet: 8C, 44 and 6F. RGB value is (140,68,111). Sum of RGB (Red+Green+Blue) = 140+68+111=319 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.89% from 319); Green value is 68 (26.95% from 255 or 21.32% from 319); Blue value is 111 (43.75% from 255 or 34.80% from 319); Max value from RGB is 140 - color contains mainly: red. Hex color #8C446F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C446F is #73BB90. Grayscale: #5E5E5E. Windows color (decimal): -7584657 or 7292044. OLE color: 7292044.

HSL color Cylindrical-coordinate representation of color #8C446F: hue angle of 324.17º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8C446F is Cyan = 0, Magento = 0.51, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 68 111 -
CMYK 0 0.51 0.21 0.45
HSL 324.17º 0.35% 0.41% -
HSV(B) 324.17º 0.51% 0.55% -
XYZ 15.75 10.86 16.3 -
YUV 94.43 137.35 160.5 -
System Red Green Blue C M Y K H S L
Decimal 140 68 111 0 0.51 0.21 0.45 324.17 0.35 0.41
Hex 8C 44 6F 0 33 15 2D 144 23 29
Octal 214 104 157 0 63 25 55 504 43 51
Binary 10001100 1000100 1101111 0 110011 10101 101101 101000100 100011 101001

Color Harmonies of #8C446F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C446F

Black with #8C446F

Text Example


Text Example

White with #8C446F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C446F; }

 p { color: rgb(140,68,111); }

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

background-color css

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

 a { background-color: rgb(140,68,111); }

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

border-color css

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

 span { border-color: rgb(140,68,111); }

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