Html Css Color HEX #8C446E Cosmic

📋 copy color: '#8C446E'

red 140 ◦ green 68 ◦ blue 110

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

Shades of Cosmic #8C446E

Tints of Cosmic #8C446E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 34.59%

R = 44.03%
G = 21.38%
B = 34.59%

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

#8C446E (or 0x8C446E) is known color: Cosmic. HEX triplet: 8C, 44 and 6E. RGB value is (140,68,110). Sum of RGB (Red+Green+Blue) = 140+68+110=318 (42% of max value = 765). Red value is 140 (55.08% from 255 or 44.03% from 318); Green value is 68 (26.95% from 255 or 21.38% from 318); Blue value is 110 (43.36% from 255 or 34.59% from 318); Max value from RGB is 140 - color contains mainly: red. Hex color #8C446E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C446E is #73BB91. Grayscale: #5E5E5E. Windows color (decimal): -7584658 or 7226508. OLE color: 7226508.

HSL color Cylindrical-coordinate representation of color #8C446E: hue angle of 325º 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 #8C446E is Cyan = 0, Magento = 0.51, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 68 110 -
CMYK 0 0.51 0.21 0.45
HSL 325º 0.35% 0.41% -
HSV(B) 325º 0.51% 0.55% -
XYZ 15.7 10.84 16.02 -
YUV 94.32 136.85 160.58 -
System Red Green Blue C M Y K H S L
Decimal 140 68 110 0 0.51 0.21 0.45 325 0.35 0.41
Hex 8C 44 6E 0 33 15 2D 145 23 29
Octal 214 104 156 0 63 25 55 505 43 51
Binary 10001100 1000100 1101110 0 110011 10101 101101 101000101 100011 101001

Color Harmonies of #8C446E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C446E

Black with #8C446E

Text Example


Text Example

White with #8C446E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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