Html Css Color HEX #8F475E Cadillac

📋 copy color: '#8F475E'

red 143 ◦ green 71 ◦ blue 94

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

Shades of Cadillac #8F475E

Tints of Cadillac #8F475E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.05%

 BLUE value IS 94 (37.11% from 255) = 30.52%

R = 46.43%
G = 23.05%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.34

 K value IS 0.44

RGB Variations

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

Color information

#8F475E (or 0x8F475E) is known color: Cadillac. HEX triplet: 8F, 47 and 5E. RGB value is (143,71,94). Sum of RGB (Red+Green+Blue) = 143+71+94=308 (40% of max value = 765). Red value is 143 (56.25% from 255 or 46.43% from 308); Green value is 71 (28.12% from 255 or 23.05% from 308); Blue value is 94 (37.11% from 255 or 30.52% from 308); Max value from RGB is 143 - color contains mainly: red. Hex color #8F475E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F475E is #70B8A1. Grayscale: #5F5F5F. Windows color (decimal): -7387298 or 6178703. OLE color: 6178703.

HSL color Cylindrical-coordinate representation of color #8F475E: hue angle of 340.83º degrees, saturation: 0.34, 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 #8F475E is Cyan = 0, Magento = 0.50, Yellow = 0.34 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 71 94 -
CMYK 0 0.50 0.34 0.44
HSL 340.83º 0.34% 0.42% -
HSV(B) 340.83º 0.5% 0.56% -
XYZ 15.6 11.15 11.92 -
YUV 95.15 127.35 162.13 -
System Red Green Blue C M Y K H S L
Decimal 143 71 94 0 0.50 0.34 0.44 340.83 0.34 0.42
Hex 8F 47 5E 0 32 22 2C 155 22 2A
Octal 217 107 136 0 62 42 54 525 42 52
Binary 10001111 1000111 1011110 0 110010 100010 101100 101010101 100010 101010

Color Harmonies of #8F475E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F475E

Black with #8F475E

Text Example


Text Example

White with #8F475E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,71,94); }

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

background-color css

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

 a { background-color: rgb(143,71,94); }

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

border-color css

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

 span { border-color: rgb(143,71,94); }

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