Html Css Color HEX #8E4355 Cadillac

📋 copy color: '#8E4355'

red 142 ◦ green 67 ◦ blue 85

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

Shades of Cadillac #8E4355

Tints of Cadillac #8E4355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 28.91%

R = 48.3%
G = 22.79%
B = 28.91%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.40

 K value IS 0.44

RGB Variations

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

Color information

#8E4355 (or 0x8E4355) is known color: Cadillac. HEX triplet: 8E, 43 and 55. RGB value is (142,67,85). Sum of RGB (Red+Green+Blue) = 142+67+85=294 (38% of max value = 765). Red value is 142 (55.86% from 255 or 48.30% from 294); Green value is 67 (26.56% from 255 or 22.79% from 294); Blue value is 85 (33.59% from 255 or 28.91% from 294); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4355 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E4355 is #71BCAA. Grayscale: #5B5B5B. Windows color (decimal): -7453867 or 5587854. OLE color: 5587854.

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

Color convert

RGB 142 67 85 -
CMYK 0 0.53 0.40 0.44
HSL 345.6º 0.36% 0.41% -
HSV(B) 345.6º 0.53% 0.56% -
XYZ 14.8 10.42 9.83 -
YUV 91.48 124.35 164.04 -
System Red Green Blue C M Y K H S L
Decimal 142 67 85 0 0.53 0.40 0.44 345.6 0.36 0.41
Hex 8E 43 55 0 35 28 2C 15A 24 29
Octal 216 103 125 0 65 50 54 532 44 51
Binary 10001110 1000011 1010101 0 110101 101000 101100 101011010 100100 101001

Color Harmonies of #8E4355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E4355

Black with #8E4355

Text Example


Text Example

White with #8E4355

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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