Html Css Color HEX #8C4373 Cosmic

📋 copy color: '#8C4373'

red 140 ◦ green 67 ◦ blue 115

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

Shades of Cosmic #8C4373

Tints of Cosmic #8C4373

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.81%

 BLUE value IS 115 (45.31% from 255) = 35.71%

R = 43.48%
G = 20.81%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.18

 K value IS 0.45

RGB Variations

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

Color information

#8C4373 (or 0x8C4373) is known color: Cosmic. HEX triplet: 8C, 43 and 73. RGB value is (140,67,115). Sum of RGB (Red+Green+Blue) = 140+67+115=322 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.48% from 322); Green value is 67 (26.56% from 255 or 20.81% from 322); Blue value is 115 (45.31% from 255 or 35.71% from 322); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4373 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C4373 is #73BC8C. Grayscale: #5E5E5E. Windows color (decimal): -7584909 or 7553932. OLE color: 7553932.

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

Color convert

RGB 140 67 115 -
CMYK 0 0.52 0.18 0.45
HSL 320.55º 0.35% 0.41% -
HSV(B) 320.55º 0.52% 0.55% -
XYZ 15.92 10.83 17.47 -
YUV 94.3 139.68 160.6 -
System Red Green Blue C M Y K H S L
Decimal 140 67 115 0 0.52 0.18 0.45 320.55 0.35 0.41
Hex 8C 43 73 0 34 12 2D 141 23 29
Octal 214 103 163 0 64 22 55 501 43 51
Binary 10001100 1000011 1110011 0 110100 10010 101101 101000001 100011 101001

Color Harmonies of #8C4373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C4373

Black with #8C4373

Text Example


Text Example

White with #8C4373

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,67,115); }

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

background-color css

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

 a { background-color: rgb(140,67,115); }

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

border-color css

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

 span { border-color: rgb(140,67,115); }

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