Html Css Color HEX #9E486D Cadillac

📋 copy color: '#9E486D'

red 158 ◦ green 72 ◦ blue 109

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

Shades of Cadillac #9E486D

Tints of Cadillac #9E486D

RGB

 RED value IS 158 (62.11% from 255) = 46.61%

 GREEN value IS 72 (28.52% from 255) = 21.24%

 BLUE value IS 109 (42.97% from 255) = 32.15%

R = 46.61%
G = 21.24%
B = 32.15%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.31

 K value IS 0.38

RGB Variations

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

Color information

#9E486D (or 0x9E486D) is known color: Cadillac. HEX triplet: 9E, 48 and 6D. RGB value is (158,72,109). Sum of RGB (Red+Green+Blue) = 158+72+109=339 (44% of max value = 765). Red value is 158 (62.11% from 255 or 46.61% from 339); Green value is 72 (28.52% from 255 or 21.24% from 339); Blue value is 109 (42.97% from 255 or 32.15% from 339); Max value from RGB is 158 - color contains mainly: red. Hex color #9E486D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E486D is #61B792. Grayscale: #656565. Windows color (decimal): -6403987 or 7162014. OLE color: 7162014.

HSL color Cylindrical-coordinate representation of color #9E486D: hue angle of 334.19º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9E486D is Cyan = 0, Magento = 0.54, Yellow = 0.31 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 72 109 -
CMYK 0 0.54 0.31 0.38
HSL 334.19º 0.37% 0.45% -
HSV(B) 334.19º 0.54% 0.62% -
XYZ 19.18 13.01 15.97 -
YUV 101.93 131.99 167.99 -
System Red Green Blue C M Y K H S L
Decimal 158 72 109 0 0.54 0.31 0.38 334.19 0.37 0.45
Hex 9E 48 6D 0 36 1F 26 14E 25 2D
Octal 236 110 155 0 66 37 46 516 45 55
Binary 10011110 1001000 1101101 0 110110 11111 100110 101001110 100101 101101

Color Harmonies of #9E486D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E486D

Black with #9E486D

Text Example


Text Example

White with #9E486D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9E486D; }

 p { color: rgb(158,72,109); }

 H1.HeaderClassName
 {
   color: #9E486D;
 }
 .AnyTagClassName
 {
   color: #9E486D;
 }
</style>

background-color css

<style>
 a { background-color: #9E486D; }

 a { background-color: rgb(158,72,109); }

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

border-color css

<style>
 span { border-color: #9E486D; }

 span { border-color: rgb(158,72,109); }

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