Html Css Color HEX #8E435D Cadillac

📋 copy color: '#8E435D'

red 142 ◦ green 67 ◦ blue 93

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

Shades of Cadillac #8E435D

Tints of Cadillac #8E435D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 30.79%

R = 47.02%
G = 22.19%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.35

 K value IS 0.44

RGB Variations

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

Color information

#8E435D (or 0x8E435D) is known color: Cadillac. HEX triplet: 8E, 43 and 5D. RGB value is (142,67,93). Sum of RGB (Red+Green+Blue) = 142+67+93=302 (40% of max value = 765). Red value is 142 (55.86% from 255 or 47.02% from 302); Green value is 67 (26.56% from 255 or 22.19% from 302); Blue value is 93 (36.72% from 255 or 30.79% from 302); Max value from RGB is 142 - color contains mainly: red. Hex color #8E435D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E435D is #71BCA2. Grayscale: #5C5C5C. Windows color (decimal): -7453859 or 6112142. OLE color: 6112142.

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

Color convert

RGB 142 67 93 -
CMYK 0 0.53 0.35 0.44
HSL 339.2º 0.36% 0.41% -
HSV(B) 339.2º 0.53% 0.56% -
XYZ 15.14 10.56 11.6 -
YUV 92.39 128.35 163.39 -
System Red Green Blue C M Y K H S L
Decimal 142 67 93 0 0.53 0.35 0.44 339.2 0.36 0.41
Hex 8E 43 5D 0 35 23 2C 153 24 29
Octal 216 103 135 0 65 43 54 523 44 51
Binary 10001110 1000011 1011101 0 110101 100011 101100 101010011 100100 101001

Color Harmonies of #8E435D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E435D

Black with #8E435D

Text Example


Text Example

White with #8E435D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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