Html Css Color HEX #8A466E Cosmic

📋 copy color: '#8A466E'

red 138 ◦ green 70 ◦ blue 110

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

Shades of Cosmic #8A466E

Tints of Cosmic #8A466E

RGB

 RED value IS 138 (54.3% from 255) = 43.4%

 GREEN value IS 70 (27.73% from 255) = 22.01%

 BLUE value IS 110 (43.36% from 255) = 34.59%

R = 43.4%
G = 22.01%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.20

 K value IS 0.46

RGB Variations

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

Color information

#8A466E (or 0x8A466E) is known color: Cosmic. HEX triplet: 8A, 46 and 6E. RGB value is (138,70,110). Sum of RGB (Red+Green+Blue) = 138+70+110=318 (42% of max value = 765). Red value is 138 (54.30% from 255 or 43.40% from 318); Green value is 70 (27.73% from 255 or 22.01% from 318); Blue value is 110 (43.36% from 255 or 34.59% from 318); Max value from RGB is 138 - color contains mainly: red. Hex color #8A466E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A466E is #75B991. Grayscale: #5E5E5E. Windows color (decimal): -7715218 or 7227018. OLE color: 7227018.

HSL color Cylindrical-coordinate representation of color #8A466E: hue angle of 324.71º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8A466E is Cyan = 0, Magento = 0.49, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 70 110 -
CMYK 0 0.49 0.20 0.46
HSL 324.71º 0.33% 0.41% -
HSV(B) 324.71º 0.49% 0.54% -
XYZ 15.49 10.91 16.04 -
YUV 94.89 136.53 158.75 -
System Red Green Blue C M Y K H S L
Decimal 138 70 110 0 0.49 0.20 0.46 324.71 0.33 0.41
Hex 8A 46 6E 0 31 14 2E 145 21 29
Octal 212 106 156 0 61 24 56 505 41 51
Binary 10001010 1000110 1101110 0 110001 10100 101110 101000101 100001 101001

Color Harmonies of #8A466E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A466E

Black with #8A466E

Text Example


Text Example

White with #8A466E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,70,110); }

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

background-color css

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

 a { background-color: rgb(138,70,110); }

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

border-color css

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

 span { border-color: rgb(138,70,110); }

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