Html Css Color HEX #8E435E Cadillac

📋 copy color: '#8E435E'

red 142 ◦ green 67 ◦ blue 94

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

Shades of Cadillac #8E435E

Tints of Cadillac #8E435E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 31.02%

R = 46.86%
G = 22.11%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.34

 K value IS 0.44

RGB Variations

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

Color information

#8E435E (or 0x8E435E) is known color: Cadillac. HEX triplet: 8E, 43 and 5E. RGB value is (142,67,94). Sum of RGB (Red+Green+Blue) = 142+67+94=303 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.86% from 303); Green value is 67 (26.56% from 255 or 22.11% from 303); Blue value is 94 (37.11% from 255 or 31.02% from 303); Max value from RGB is 142 - color contains mainly: red. Hex color #8E435E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E435E is #71BCA1. Grayscale: #5C5C5C. Windows color (decimal): -7453858 or 6177678. OLE color: 6177678.

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

Color convert

RGB 142 67 94 -
CMYK 0 0.53 0.34 0.44
HSL 338.4º 0.36% 0.41% -
HSV(B) 338.4º 0.53% 0.56% -
XYZ 15.18 10.57 11.83 -
YUV 92.5 128.85 163.3 -
System Red Green Blue C M Y K H S L
Decimal 142 67 94 0 0.53 0.34 0.44 338.4 0.36 0.41
Hex 8E 43 5E 0 35 22 2C 152 24 29
Octal 216 103 136 0 65 42 54 522 44 51
Binary 10001110 1000011 1011110 0 110101 100010 101100 101010010 100100 101001

Color Harmonies of #8E435E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E435E

Black with #8E435E

Text Example


Text Example

White with #8E435E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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