Html Css Color HEX #8C4975 Cosmic

📋 copy color: '#8C4975'

red 140 ◦ green 73 ◦ blue 117

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

Shades of Cosmic #8C4975

Tints of Cosmic #8C4975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 35.45%

R = 42.42%
G = 22.12%
B = 35.45%

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

#8C4975 (or 0x8C4975) is known color: Cosmic. HEX triplet: 8C, 49 and 75. RGB value is (140,73,117). Sum of RGB (Red+Green+Blue) = 140+73+117=330 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.42% from 330); Green value is 73 (28.91% from 255 or 22.12% from 330); Blue value is 117 (46.09% from 255 or 35.45% from 330); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4975 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C4975 is #73B68A. Grayscale: #616161. Windows color (decimal): -7583371 or 7686540. OLE color: 7686540.

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

Color convert

RGB 140 73 117 -
CMYK 0 0.48 0.16 0.45
HSL 320.6º 0.31% 0.42% -
HSV(B) 320.6º 0.48% 0.55% -
XYZ 16.41 11.62 18.21 -
YUV 98.05 138.7 157.92 -
System Red Green Blue C M Y K H S L
Decimal 140 73 117 0 0.48 0.16 0.45 320.6 0.31 0.42
Hex 8C 49 75 0 30 10 2D 141 1F 2A
Octal 214 111 165 0 60 20 55 501 37 52
Binary 10001100 1001001 1110101 0 110000 10000 101101 101000001 11111 101010

Color Harmonies of #8C4975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C4975

Black with #8C4975

Text Example


Text Example

White with #8C4975

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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