Html Css Color HEX #8C4461 Cadillac

📋 copy color: '#8C4461'

red 140 ◦ green 68 ◦ blue 97

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

Shades of Cadillac #8C4461

Tints of Cadillac #8C4461

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.3%

 BLUE value IS 97 (38.28% from 255) = 31.8%

R = 45.9%
G = 22.3%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.31

 K value IS 0.45

RGB Variations

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

Color information

#8C4461 (or 0x8C4461) is known color: Cadillac. HEX triplet: 8C, 44 and 61. RGB value is (140,68,97). Sum of RGB (Red+Green+Blue) = 140+68+97=305 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.90% from 305); Green value is 68 (26.95% from 255 or 22.30% from 305); Blue value is 97 (38.28% from 255 or 31.80% from 305); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4461 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C4461 is #73BB9E. Grayscale: #5C5C5C. Windows color (decimal): -7584671 or 6374540. OLE color: 6374540.

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

Color convert

RGB 140 68 97 -
CMYK 0 0.51 0.31 0.45
HSL 335.83º 0.35% 0.41% -
HSV(B) 335.83º 0.51% 0.55% -
XYZ 15.04 10.57 12.56 -
YUV 92.83 130.35 161.64 -
System Red Green Blue C M Y K H S L
Decimal 140 68 97 0 0.51 0.31 0.45 335.83 0.35 0.41
Hex 8C 44 61 0 33 1F 2D 150 23 29
Octal 214 104 141 0 63 37 55 520 43 51
Binary 10001100 1000100 1100001 0 110011 11111 101101 101010000 100011 101001

Color Harmonies of #8C4461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C4461

Black with #8C4461

Text Example


Text Example

White with #8C4461

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,68,97); }

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

background-color css

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

 a { background-color: rgb(140,68,97); }

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

border-color css

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

 span { border-color: rgb(140,68,97); }

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