Html Css Color HEX #8C4162 Cadillac

📋 copy color: '#8C4162'

red 140 ◦ green 65 ◦ blue 98

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

Shades of Cadillac #8C4162

Tints of Cadillac #8C4162

RGB

 RED value IS 140 (55.08% from 255) = 46.2%

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

 BLUE value IS 98 (38.67% from 255) = 32.34%

R = 46.2%
G = 21.45%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.3

 K value IS 0.45

RGB Variations

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

Color information

#8C4162 (or 0x8C4162) is known color: Cadillac. HEX triplet: 8C, 41 and 62. RGB value is (140,65,98). Sum of RGB (Red+Green+Blue) = 140+65+98=303 (40% of max value = 765). Red value is 140 (55.08% from 255 or 46.20% from 303); Green value is 65 (25.78% from 255 or 21.45% from 303); Blue value is 98 (38.67% from 255 or 32.34% from 303); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4162 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C4162 is #73BE9D. Grayscale: #5B5B5B. Windows color (decimal): -7585438 or 6439308. OLE color: 6439308.

HSL color Cylindrical-coordinate representation of color #8C4162: hue angle of 333.6º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8C4162 is Cyan = 0, Magento = 0.54, Yellow = 0.3 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 65 98 -
CMYK 0 0.54 0.3 0.45
HSL 333.6º 0.37% 0.4% -
HSV(B) 333.6º 0.54% 0.55% -
XYZ 14.91 10.24 12.75 -
YUV 91.19 131.85 162.82 -
System Red Green Blue C M Y K H S L
Decimal 140 65 98 0 0.54 0.3 0.45 333.6 0.37 0.4
Hex 8C 41 62 0 36 1E 2D 14E 25 28
Octal 214 101 142 0 66 36 55 516 45 50
Binary 10001100 1000001 1100010 0 110110 11110 101101 101001110 100101 101000

Color Harmonies of #8C4162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C4162

Black with #8C4162

Text Example


Text Example

White with #8C4162

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,65,98); }

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

background-color css

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

 a { background-color: rgb(140,65,98); }

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

border-color css

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

 span { border-color: rgb(140,65,98); }

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