Html Css Color HEX #8D465C Cadillac

📋 copy color: '#8D465C'

red 141 ◦ green 70 ◦ blue 92

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

Shades of Cadillac #8D465C

Tints of Cadillac #8D465C

RGB

 RED value IS 141 (55.47% from 255) = 46.53%

 GREEN value IS 70 (27.73% from 255) = 23.1%

 BLUE value IS 92 (36.33% from 255) = 30.36%

R = 46.53%
G = 23.1%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.35

 K value IS 0.45

RGB Variations

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

Color information

#8D465C (or 0x8D465C) is known color: Cadillac. HEX triplet: 8D, 46 and 5C. RGB value is (141,70,92). Sum of RGB (Red+Green+Blue) = 141+70+92=303 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.53% from 303); Green value is 70 (27.73% from 255 or 23.10% from 303); Blue value is 92 (36.33% from 255 or 30.36% from 303); Max value from RGB is 141 - color contains mainly: red. Hex color #8D465C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D465C is #72B9A3. Grayscale: #5D5D5D. Windows color (decimal): -7518628 or 6047373. OLE color: 6047373.

HSL color Cylindrical-coordinate representation of color #8D465C: hue angle of 341.41º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8D465C is Cyan = 0, Magento = 0.50, Yellow = 0.35 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 70 92 -
CMYK 0 0.50 0.35 0.45
HSL 341.41º 0.34% 0.41% -
HSV(B) 341.41º 0.5% 0.55% -
XYZ 15.11 10.82 11.42 -
YUV 93.74 127.02 161.71 -
System Red Green Blue C M Y K H S L
Decimal 141 70 92 0 0.50 0.35 0.45 341.41 0.34 0.41
Hex 8D 46 5C 0 32 23 2D 155 22 29
Octal 215 106 134 0 62 43 55 525 42 51
Binary 10001101 1000110 1011100 0 110010 100011 101101 101010101 100010 101001

Color Harmonies of #8D465C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D465C

Black with #8D465C

Text Example


Text Example

White with #8D465C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,70,92); }

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

background-color css

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

 a { background-color: rgb(141,70,92); }

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

border-color css

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

 span { border-color: rgb(141,70,92); }

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