Html Css Color HEX #8E4364 Cadillac

📋 copy color: '#8E4364'

red 142 ◦ green 67 ◦ blue 100

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

Shades of Cadillac #8E4364

Tints of Cadillac #8E4364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 32.36%

R = 45.95%
G = 21.68%
B = 32.36%

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

#8E4364 (or 0x8E4364) is known color: Cadillac. HEX triplet: 8E, 43 and 64. RGB value is (142,67,100). Sum of RGB (Red+Green+Blue) = 142+67+100=309 (40% of max value = 765). Red value is 142 (55.86% from 255 or 45.95% from 309); Green value is 67 (26.56% from 255 or 21.68% from 309); Blue value is 100 (39.45% from 255 or 32.36% from 309); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4364 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E4364 is #71BC9B. Grayscale: #5D5D5D. Windows color (decimal): -7453852 or 6570894. OLE color: 6570894.

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

Color convert

RGB 142 67 100 -
CMYK 0 0.53 0.30 0.44
HSL 333.6º 0.36% 0.41% -
HSV(B) 333.6º 0.53% 0.56% -
XYZ 15.46 10.69 13.3 -
YUV 93.19 131.85 162.82 -
System Red Green Blue C M Y K H S L
Decimal 142 67 100 0 0.53 0.30 0.44 333.6 0.36 0.41
Hex 8E 43 64 0 35 1E 2C 14E 24 29
Octal 216 103 144 0 65 36 54 516 44 51
Binary 10001110 1000011 1100100 0 110101 11110 101100 101001110 100100 101001

Color Harmonies of #8E4364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E4364

Black with #8E4364

Text Example


Text Example

White with #8E4364

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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