Html Css Color HEX #8E4363 Cadillac

📋 copy color: '#8E4363'

red 142 ◦ green 67 ◦ blue 99

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

Shades of Cadillac #8E4363

Tints of Cadillac #8E4363

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 32.14%

R = 46.1%
G = 21.75%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.30

 K value IS 0.44

RGB Variations

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

Color information

#8E4363 (or 0x8E4363) is known color: Cadillac. HEX triplet: 8E, 43 and 63. RGB value is (142,67,99). Sum of RGB (Red+Green+Blue) = 142+67+99=308 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.10% from 308); Green value is 67 (26.56% from 255 or 21.75% from 308); Blue value is 99 (39.06% from 255 or 32.14% from 308); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4363 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E4363 is #71BC9C. Grayscale: #5D5D5D. Windows color (decimal): -7453853 or 6505358. OLE color: 6505358.

HSL color Cylindrical-coordinate representation of color #8E4363: hue angle of 334.4º 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 #8E4363 is Cyan = 0, Magento = 0.53, Yellow = 0.30 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 67 99 -
CMYK 0 0.53 0.30 0.44
HSL 334.4º 0.36% 0.41% -
HSV(B) 334.4º 0.53% 0.56% -
XYZ 15.41 10.67 13.05 -
YUV 93.07 131.35 162.9 -
System Red Green Blue C M Y K H S L
Decimal 142 67 99 0 0.53 0.30 0.44 334.4 0.36 0.41
Hex 8E 43 63 0 35 1E 2C 14E 24 29
Octal 216 103 143 0 65 36 54 516 44 51
Binary 10001110 1000011 1100011 0 110101 11110 101100 101001110 100100 101001

Color Harmonies of #8E4363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E4363

Black with #8E4363

Text Example


Text Example

White with #8E4363

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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