Html Css Color HEX #8E3D60 Cadillac

📋 copy color: '#8E3D60'

red 142 ◦ green 61 ◦ blue 96

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

Shades of Cadillac #8E3D60

Tints of Cadillac #8E3D60

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.4%

 BLUE value IS 96 (37.89% from 255) = 32.11%

R = 47.49%
G = 20.4%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.32

 K value IS 0.44

RGB Variations

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

Color information

#8E3D60 (or 0x8E3D60) is known color: Cadillac. HEX triplet: 8E, 3D and 60. RGB value is (142,61,96). Sum of RGB (Red+Green+Blue) = 142+61+96=299 (39% of max value = 765). Red value is 142 (55.86% from 255 or 47.49% from 299); Green value is 61 (24.22% from 255 or 20.40% from 299); Blue value is 96 (37.89% from 255 or 32.11% from 299); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3D60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E3D60 is #71C29F. Grayscale: #595959. Windows color (decimal): -7455392 or 6307214. OLE color: 6307214.

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

Color convert

RGB 142 61 96 -
CMYK 0 0.57 0.32 0.44
HSL 334.07º 0.4% 0.4% -
HSV(B) 334.07º 0.57% 0.56% -
XYZ 14.94 9.93 12.2 -
YUV 89.21 131.84 165.65 -
System Red Green Blue C M Y K H S L
Decimal 142 61 96 0 0.57 0.32 0.44 334.07 0.4 0.4
Hex 8E 3D 60 0 39 20 2C 14E 28 28
Octal 216 75 140 0 71 40 54 516 50 50
Binary 10001110 111101 1100000 0 111001 100000 101100 101001110 101000 101000

Color Harmonies of #8E3D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E3D60

Black with #8E3D60

Text Example


Text Example

White with #8E3D60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,61,96); }

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

background-color css

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

 a { background-color: rgb(142,61,96); }

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

border-color css

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

 span { border-color: rgb(142,61,96); }

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