Html Css Color HEX #8E426A Cadillac

📋 copy color: '#8E426A'

red 142 ◦ green 66 ◦ blue 106

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

Shades of Cadillac #8E426A

Tints of Cadillac #8E426A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.02%

 BLUE value IS 106 (41.8% from 255) = 33.76%

R = 45.22%
G = 21.02%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.25

 K value IS 0.44

RGB Variations

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

Color information

#8E426A (or 0x8E426A) is known color: Cadillac. HEX triplet: 8E, 42 and 6A. RGB value is (142,66,106). Sum of RGB (Red+Green+Blue) = 142+66+106=314 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.22% from 314); Green value is 66 (26.17% from 255 or 21.02% from 314); Blue value is 106 (41.80% from 255 or 33.76% from 314); Max value from RGB is 142 - color contains mainly: red. Hex color #8E426A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E426A is #71BD95. Grayscale: #5D5D5D. Windows color (decimal): -7454102 or 6963854. OLE color: 6963854.

HSL color Cylindrical-coordinate representation of color #8E426A: hue angle of 328.42º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8E426A is Cyan = 0, Magento = 0.54, Yellow = 0.25 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 66 106 -
CMYK 0 0.54 0.25 0.44
HSL 328.42º 0.37% 0.41% -
HSV(B) 328.42º 0.54% 0.56% -
XYZ 15.71 10.69 14.87 -
YUV 93.28 135.18 162.75 -
System Red Green Blue C M Y K H S L
Decimal 142 66 106 0 0.54 0.25 0.44 328.42 0.37 0.41
Hex 8E 42 6A 0 36 19 2C 148 25 29
Octal 216 102 152 0 66 31 54 510 45 51
Binary 10001110 1000010 1101010 0 110110 11001 101100 101001000 100101 101001

Color Harmonies of #8E426A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E426A

Black with #8E426A

Text Example


Text Example

White with #8E426A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,66,106); }

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

background-color css

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

 a { background-color: rgb(142,66,106); }

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

border-color css

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

 span { border-color: rgb(142,66,106); }

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