Html Css Color HEX #8F4160 Cadillac

📋 copy color: '#8F4160'

red 143 ◦ green 65 ◦ blue 96

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

Shades of Cadillac #8F4160

Tints of Cadillac #8F4160

RGB

 RED value IS 143 (56.25% from 255) = 47.04%

 GREEN value IS 65 (25.78% from 255) = 21.38%

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

R = 47.04%
G = 21.38%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.33

 K value IS 0.44

RGB Variations

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

Color information

#8F4160 (or 0x8F4160) is known color: Cadillac. HEX triplet: 8F, 41 and 60. RGB value is (143,65,96). Sum of RGB (Red+Green+Blue) = 143+65+96=304 (40% of max value = 765). Red value is 143 (56.25% from 255 or 47.04% from 304); Green value is 65 (25.78% from 255 or 21.38% from 304); Blue value is 96 (37.89% from 255 or 31.58% from 304); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4160 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F4160 is #70BE9F. Grayscale: #5B5B5B. Windows color (decimal): -7388832 or 6308239. OLE color: 6308239.

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

Color convert

RGB 143 65 96 -
CMYK 0 0.55 0.33 0.44
HSL 336.15º 0.38% 0.41% -
HSV(B) 336.15º 0.55% 0.56% -
XYZ 15.33 10.46 12.28 -
YUV 91.86 130.34 164.48 -
System Red Green Blue C M Y K H S L
Decimal 143 65 96 0 0.55 0.33 0.44 336.15 0.38 0.41
Hex 8F 41 60 0 37 21 2C 150 26 29
Octal 217 101 140 0 67 41 54 520 46 51
Binary 10001111 1000001 1100000 0 110111 100001 101100 101010000 100110 101001

Color Harmonies of #8F4160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F4160

Black with #8F4160

Text Example


Text Example

White with #8F4160

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,65,96); }

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

background-color css

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

 a { background-color: rgb(143,65,96); }

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

border-color css

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

 span { border-color: rgb(143,65,96); }

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