Html Css Color HEX #8E406F Cadillac

📋 copy color: '#8E406F'

red 142 ◦ green 64 ◦ blue 111

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

Shades of Cadillac #8E406F

Tints of Cadillac #8E406F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.19%

 BLUE value IS 111 (43.75% from 255) = 35.02%

R = 44.79%
G = 20.19%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.22

 K value IS 0.44

RGB Variations

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

Color information

#8E406F (or 0x8E406F) is known color: Cadillac. HEX triplet: 8E, 40 and 6F. RGB value is (142,64,111). Sum of RGB (Red+Green+Blue) = 142+64+111=317 (41% of max value = 765). Red value is 142 (55.86% from 255 or 44.79% from 317); Green value is 64 (25.39% from 255 or 20.19% from 317); Blue value is 111 (43.75% from 255 or 35.02% from 317); Max value from RGB is 142 - color contains mainly: red. Hex color #8E406F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E406F is #71BF90. Grayscale: #5C5C5C. Windows color (decimal): -7454609 or 7291022. OLE color: 7291022.

HSL color Cylindrical-coordinate representation of color #8E406F: hue angle of 323.85º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8E406F is Cyan = 0, Magento = 0.55, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 64 111 -
CMYK 0 0.55 0.22 0.44
HSL 323.85º 0.38% 0.4% -
HSV(B) 323.85º 0.55% 0.56% -
XYZ 15.86 10.57 16.24 -
YUV 92.68 138.34 163.18 -
System Red Green Blue C M Y K H S L
Decimal 142 64 111 0 0.55 0.22 0.44 323.85 0.38 0.4
Hex 8E 40 6F 0 37 16 2C 144 26 28
Octal 216 100 157 0 67 26 54 504 46 50
Binary 10001110 1000000 1101111 0 110111 10110 101100 101000100 100110 101000

Color Harmonies of #8E406F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E406F

Black with #8E406F

Text Example


Text Example

White with #8E406F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,64,111); }

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

background-color css

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

 a { background-color: rgb(142,64,111); }

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

border-color css

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

 span { border-color: rgb(142,64,111); }

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