Html Css Color HEX #8C406B Cosmic

📋 copy color: '#8C406B'

red 140 ◦ green 64 ◦ blue 107

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

Shades of Cosmic #8C406B

Tints of Cosmic #8C406B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.58%

 BLUE value IS 107 (42.19% from 255) = 34.41%

R = 45.02%
G = 20.58%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.24

 K value IS 0.45

RGB Variations

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

Color information

#8C406B (or 0x8C406B) is known color: Cosmic. HEX triplet: 8C, 40 and 6B. RGB value is (140,64,107). Sum of RGB (Red+Green+Blue) = 140+64+107=311 (41% of max value = 765). Red value is 140 (55.08% from 255 or 45.02% from 311); Green value is 64 (25.39% from 255 or 20.58% from 311); Blue value is 107 (42.19% from 255 or 34.41% from 311); Max value from RGB is 140 - color contains mainly: red. Hex color #8C406B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C406B is #73BF94. Grayscale: #5B5B5B. Windows color (decimal): -7585685 or 7028876. OLE color: 7028876.

HSL color Cylindrical-coordinate representation of color #8C406B: hue angle of 326.05º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8C406B is Cyan = 0, Magento = 0.54, Yellow = 0.24 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 64 107 -
CMYK 0 0.54 0.24 0.45
HSL 326.05º 0.37% 0.4% -
HSV(B) 326.05º 0.54% 0.55% -
XYZ 15.3 10.3 15.09 -
YUV 91.63 136.68 162.5 -
System Red Green Blue C M Y K H S L
Decimal 140 64 107 0 0.54 0.24 0.45 326.05 0.37 0.4
Hex 8C 40 6B 0 36 18 2D 146 25 28
Octal 214 100 153 0 66 30 55 506 45 50
Binary 10001100 1000000 1101011 0 110110 11000 101101 101000110 100101 101000

Color Harmonies of #8C406B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C406B

Black with #8C406B

Text Example


Text Example

White with #8C406B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,64,107); }

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

background-color css

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

 a { background-color: rgb(140,64,107); }

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

border-color css

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

 span { border-color: rgb(140,64,107); }

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