Html Css Color HEX #8F4860 Cadillac

📋 copy color: '#8F4860'

red 143 ◦ green 72 ◦ blue 96

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

Shades of Cadillac #8F4860

Tints of Cadillac #8F4860

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.15%

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

R = 45.98%
G = 23.15%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.33

 K value IS 0.44

RGB Variations

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

Color information

#8F4860 (or 0x8F4860) is known color: Cadillac. HEX triplet: 8F, 48 and 60. RGB value is (143,72,96). Sum of RGB (Red+Green+Blue) = 143+72+96=311 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.98% from 311); Green value is 72 (28.52% from 255 or 23.15% from 311); Blue value is 96 (37.89% from 255 or 30.87% from 311); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4860 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F4860 is #70B79F. Grayscale: #5F5F5F. Windows color (decimal): -7387040 or 6310031. OLE color: 6310031.

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

Color convert

RGB 143 72 96 -
CMYK 0 0.50 0.33 0.44
HSL 339.72º 0.33% 0.42% -
HSV(B) 339.72º 0.5% 0.56% -
XYZ 15.76 11.32 12.42 -
YUV 95.97 128.02 161.55 -
System Red Green Blue C M Y K H S L
Decimal 143 72 96 0 0.50 0.33 0.44 339.72 0.33 0.42
Hex 8F 48 60 0 32 21 2C 154 21 2A
Octal 217 110 140 0 62 41 54 524 41 52
Binary 10001111 1001000 1100000 0 110010 100001 101100 101010100 100001 101010

Color Harmonies of #8F4860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F4860

Black with #8F4860

Text Example


Text Example

White with #8F4860

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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