Html Css Color HEX #8C4976 Cosmic

📋 copy color: '#8C4976'

red 140 ◦ green 73 ◦ blue 118

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

Shades of Cosmic #8C4976

Tints of Cosmic #8C4976

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.05%

 BLUE value IS 118 (46.48% from 255) = 35.65%

R = 42.3%
G = 22.05%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.16

 K value IS 0.45

RGB Variations

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

Color information

#8C4976 (or 0x8C4976) is known color: Cosmic. HEX triplet: 8C, 49 and 76. RGB value is (140,73,118). Sum of RGB (Red+Green+Blue) = 140+73+118=331 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.30% from 331); Green value is 73 (28.91% from 255 or 22.05% from 331); Blue value is 118 (46.48% from 255 or 35.65% from 331); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4976 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C4976 is #73B689. Grayscale: #626262. Windows color (decimal): -7583370 or 7752076. OLE color: 7752076.

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

Color convert

RGB 140 73 118 -
CMYK 0 0.48 0.16 0.45
HSL 319.7º 0.31% 0.42% -
HSV(B) 319.7º 0.48% 0.55% -
XYZ 16.47 11.65 18.52 -
YUV 98.16 139.2 157.84 -
System Red Green Blue C M Y K H S L
Decimal 140 73 118 0 0.48 0.16 0.45 319.7 0.31 0.42
Hex 8C 49 76 0 30 10 2D 140 1F 2A
Octal 214 111 166 0 60 20 55 500 37 52
Binary 10001100 1001001 1110110 0 110000 10000 101101 101000000 11111 101010

Color Harmonies of #8C4976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C4976

Black with #8C4976

Text Example


Text Example

White with #8C4976

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,73,118); }

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

background-color css

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

 a { background-color: rgb(140,73,118); }

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

border-color css

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

 span { border-color: rgb(140,73,118); }

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