Html Css Color HEX #8C4874 Cosmic

📋 copy color: '#8C4874'

red 140 ◦ green 72 ◦ blue 116

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

Shades of Cosmic #8C4874

Tints of Cosmic #8C4874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 35.37%

R = 42.68%
G = 21.95%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.17

 K value IS 0.45

RGB Variations

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

Color information

#8C4874 (or 0x8C4874) is known color: Cosmic. HEX triplet: 8C, 48 and 74. RGB value is (140,72,116). Sum of RGB (Red+Green+Blue) = 140+72+116=328 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.68% from 328); Green value is 72 (28.52% from 255 or 21.95% from 328); Blue value is 116 (45.70% from 255 or 35.37% from 328); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4874 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C4874 is #73B78B. Grayscale: #616161. Windows color (decimal): -7583628 or 7620748. OLE color: 7620748.

HSL color Cylindrical-coordinate representation of color #8C4874: hue angle of 321.18º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8C4874 is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 72 116 -
CMYK 0 0.49 0.17 0.45
HSL 321.18º 0.32% 0.42% -
HSV(B) 321.18º 0.49% 0.55% -
XYZ 16.28 11.47 17.88 -
YUV 97.35 138.53 158.42 -
System Red Green Blue C M Y K H S L
Decimal 140 72 116 0 0.49 0.17 0.45 321.18 0.32 0.42
Hex 8C 48 74 0 31 11 2D 141 20 2A
Octal 214 110 164 0 61 21 55 501 40 52
Binary 10001100 1001000 1110100 0 110001 10001 101101 101000001 100000 101010

Color Harmonies of #8C4874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C4874

Black with #8C4874

Text Example


Text Example

White with #8C4874

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,72,116); }

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

background-color css

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

 a { background-color: rgb(140,72,116); }

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

border-color css

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

 span { border-color: rgb(140,72,116); }

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