Html Css Color HEX #8E4362 Cadillac

📋 copy color: '#8E4362'

red 142 ◦ green 67 ◦ blue 98

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

Shades of Cadillac #8E4362

Tints of Cadillac #8E4362

RGB

 RED value IS 142 (55.86% from 255) = 46.25%

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

 BLUE value IS 98 (38.67% from 255) = 31.92%

R = 46.25%
G = 21.82%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.31

 K value IS 0.44

RGB Variations

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

Color information

#8E4362 (or 0x8E4362) is known color: Cadillac. HEX triplet: 8E, 43 and 62. RGB value is (142,67,98). Sum of RGB (Red+Green+Blue) = 142+67+98=307 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.25% from 307); Green value is 67 (26.56% from 255 or 21.82% from 307); Blue value is 98 (38.67% from 255 or 31.92% from 307); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4362 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E4362 is #71BC9D. Grayscale: #5C5C5C. Windows color (decimal): -7453854 or 6439822. OLE color: 6439822.

HSL color Cylindrical-coordinate representation of color #8E4362: hue angle of 335.2º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8E4362 is Cyan = 0, Magento = 0.53, Yellow = 0.31 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 67 98 -
CMYK 0 0.53 0.31 0.44
HSL 335.2º 0.36% 0.41% -
HSV(B) 335.2º 0.53% 0.56% -
XYZ 15.37 10.65 12.8 -
YUV 92.96 130.85 162.98 -
System Red Green Blue C M Y K H S L
Decimal 142 67 98 0 0.53 0.31 0.44 335.2 0.36 0.41
Hex 8E 43 62 0 35 1F 2C 14F 24 29
Octal 216 103 142 0 65 37 54 517 44 51
Binary 10001110 1000011 1100010 0 110101 11111 101100 101001111 100100 101001

Color Harmonies of #8E4362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E4362

Black with #8E4362

Text Example


Text Example

White with #8E4362

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,67,98); }

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

background-color css

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

 a { background-color: rgb(142,67,98); }

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

border-color css

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

 span { border-color: rgb(142,67,98); }

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